Update README.md with 'stopwait' command description

pull/341/head
Michael Karmazin 2019-12-17 08:50:15 +11:00 committed by NextTurn
parent a8fee1975f
commit 621ad44ca1
No known key found for this signature in database
GPG Key ID: 17A0D50ADDE1A0C4
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ Your renamed *WinSW.exe* binary also accepts the following commands:
* `uninstall` to uninstall the service. The opposite operation of above.
* `start` to start the service. The service must have already been installed.
* `stop` to stop the service.
* `stopwait` to stop the service and wait until it's actually stopped.
* `restart` to restart the service. If the service is not currently running, this command acts like `start`.
* `status` to check the current status of the service.
* This command prints one line to the console.