summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAndrew Gross <andrew.w.gross@gmail.com>2013-06-03 16:57:24 -0300
committerAndrew Gross <andrew.w.gross@gmail.com>2013-06-03 16:57:24 -0300
commit382c1bf196f34c8cc48f59206059dbf6d3615d26 (patch)
treeff6bcbbabd2896eb39b1c0eaf127e01f0d48b236 /README.md
parent79d15631b5e0c2224fa31c314cba7f629b510529 (diff)
downloadchef-zero-382c1bf196f34c8cc48f59206059dbf6d3615d26.tar.gz
Fix usage info to be consistent with latest version
It is now -l/--log-level instead of --debug
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f8102c3..92df4b9 100644
--- a/README.md
+++ b/README.md
@@ -139,7 +139,7 @@ Usage: chef-zero [ARGS]
-H, --host HOST Host to bind to (default: 127.0.0.1)
-p, --port PORT Port to listen on
--[no-]generate-keys Whether to generate actual keys or fake it (faster). Default: false.
- -d, --debug Show requests and debugging output
+ -l, --log-level LEVEL Set the output log level
-h, --help Show this message
--version Show version
```