mirror of
https://github.com/idanoo/php-resque.git
synced 2024-11-22 00:11:53 +00:00
Fixes the examples for using VERBOSE and VVERBOSE
The example for the VERBOSE and VVERBOSE options would throw a 'command not found' error when attempting to use it in the same manner as it was originally documented.
This commit is contained in:
parent
b0843f4dba
commit
b7e3ee5221
@ -210,8 +210,8 @@ Setting `VERBOSE` will print basic debugging information and `VVERBOSE`
|
||||
will print detailed information.
|
||||
|
||||
```sh
|
||||
$ VERBOSE QUEUE=file_serve bin/resque
|
||||
$ VVERBOSE QUEUE=file_serve bin/resque
|
||||
$ VERBOSE=1 QUEUE=file_serve bin/resque
|
||||
$ VVERBOSE=1 QUEUE=file_serve bin/resque
|
||||
```
|
||||
|
||||
### Priorities and Queue Lists ###
|
||||
|
Loading…
Reference in New Issue
Block a user