From 7948aa9a3158ceab3e1a73eb2277083b8813e2d2 Mon Sep 17 00:00:00 2001 From: Robert Swarthout Date: Thu, 6 Jun 2013 22:42:18 -0400 Subject: [PATCH] Fixing typo in help message --- GearmanManager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GearmanManager.php b/GearmanManager.php index d2fcf85..5065efe 100644 --- a/GearmanManager.php +++ b/GearmanManager.php @@ -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";