summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/chef-zero4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/chef-zero b/bin/chef-zero
index 4178c1e..b4f7d69 100755
--- a/bin/chef-zero
+++ b/bin/chef-zero
@@ -24,8 +24,8 @@ OptionParser.new do |opts|
options[:generate_real_keys] = value
end
- opts.on("-d", "--debug", "Show requests and debugging output") do |value|
- options[:debug] = true
+ opts.on("-l", "--log-level LEVEL", "Set the output log level") do |value|
+ options[:log_level] = value
end
opts.on_tail("-h", "--help", "Show this message") do