Skip to content

Commit d2c3249

Browse files
committed
Merge pull request #147 from benjisg/patch-1
Fixes the examples for using VERBOSE and VVERBOSE
2 parents b0843f4 + b7e3ee5 commit d2c3249

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)