mirror of
https://github.com/winsw/winsw.git
synced 2025-12-10 18:37:28 +08:00
Revise docs for 3.0.0-alpha.6 (#713)
* Update `reboot` action * Update Program.cs
This commit is contained in:
@@ -279,7 +279,7 @@ namespace WinSW
|
||||
}
|
||||
|
||||
{
|
||||
var customize = new Command("customize")
|
||||
var customize = new Command("customize", "Customizes the wrapper executable.")
|
||||
{
|
||||
Handler = CommandHandler.Create<string, string>(Customize),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user