- Timestamp:
- 03/16/10 11:19:03 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/www/app/plugins/bean_stalk/vendors/shells/worker.php
r319 r320 383 383 $this->hr(); 384 384 $this->out('Commands:'); 385 $this->out("\n\trun [nofork] \n\t\tRun the worker");385 $this->out("\n\trun [nofork] [tubes tube1,...]\n\t\tRun the worker"); 386 386 $this->out("\n\tstop\n\t\tStop the worker"); 387 387 $this->out("\n\tstatus\n\t\tShow status of the running worker"); 388 388 $this->out("\n\thelp\n\t\tShow this help"); 389 389 $this->out('Params:'); 390 $this->out("\n\tnofork\n\t\tDo not fork into the background"); 390 391 $this->out("\n\ttubes\n\t\tA comma separated list of BeanStalk tubes to watch"); 391 392 $this->out('');
Note: See TracChangeset
for help on using the changeset viewer.