Revise docs for 3.0.0-alpha.6 (#713)

* Update `reboot` action

* Update Program.cs
This commit is contained in:
Next Turn
2020-11-15 23:52:01 +08:00
committed by GitHub
parent d0c969dfe6
commit 0e835c850d
2 changed files with 2 additions and 2 deletions

View File

@@ -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),
};