Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixing typo in help message
  • Loading branch information
Robert Swarthout committed Jun 7, 2013
1 parent ca5d540 commit 7948aa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GearmanManager.php
Expand Up @@ -1123,7 +1123,7 @@ protected function show_help($msg = "") {
echo " -v Increase verbosity level by one\n";
echo " -w DIR Directory where workers are located, defaults to ./workers. If you are using PECL, you can provide multiple directories separated by a comma.\n";
echo " -r NUMBER Maximum job iterations per worker\n";
echo " -t SECONDS Maximum number of seconds gearmand server should wait for a worker to complete work before timing out and reissing work to another worker.\n";
echo " -t SECONDS Maximum number of seconds gearmand server should wait for a worker to complete work before timing out and reissuing work to another worker.\n";
echo " -x SECONDS Maximum seconds for a worker to live\n";
echo " -Z Parse the command line and config file then dump it to the screen and exit.\n";
echo "\n";
Expand Down

0 comments on commit 7948aa9

Please sign in to comment.