Skip to content

Commit b7e3ee5

Browse files
committed
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.
1 parent b0843f4 commit b7e3ee5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,8 @@ Setting `VERBOSE` will print basic debugging information and `VVERBOSE`
210210
will print detailed information.
211211

212212
```sh
213-
$ VERBOSE QUEUE=file_serve bin/resque
214-
$ VVERBOSE QUEUE=file_serve bin/resque
213+
$ VERBOSE=1 QUEUE=file_serve bin/resque
214+
$ VVERBOSE=1 QUEUE=file_serve bin/resque
215215
```
216216

217217
### Priorities and Queue Lists ###

0 commit comments

Comments
 (0)