Created
April 8, 2013 17:40
-
-
Save jacobo/5338789 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ERROR: no command given | |
| Usage: test_worker <command> <options> -- <application options> | |
| * where <command> is one of: | |
| start start an instance of the application | |
| stop stop all instances of the application | |
| restart stop all instances and restart them afterwards | |
| run start the application and stay on top | |
| zap set the application to a stopped state | |
| * and where <options> may contain several of the following: | |
| -t, --ontop Stay on top (does not daemonize) | |
| -f, --force Force operation | |
| Common options: | |
| -h, --help Show this message | |
| --version Show version | |
| Press ENTER or type command to continue |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment