diff --git a/tool/lib/output.rb b/tool/lib/output.rb index 51e3d32010..7db4e43881 100644 --- a/tool/lib/output.rb +++ b/tool/lib/output.rb @@ -14,7 +14,7 @@ class Output opt.on('-o', '--output=PATH') {|v| @path = v} opt.on('-t', '--timestamp[=PATH]') {|v| @timestamp = v || true} opt.on('-c', '--[no-]if-change') {|v| @ifchange = v} - opt.on('--color') {@color = true} + opt.on('--[no-]color') {|v| @color = v} @vpath.def_options(opt) end