提交 ce2ee305 编写于 作者: J Justin Collins

Change "--relative-path" to "--relative-paths"

Makes slightly more sense and doesn't seem to refer
to application path
上级 5650aae1
......@@ -169,8 +169,8 @@ module Brakeman::Options
options[:summary_only] = true
end
opts.on "--relative-path", "Output relative file path (only JSON is supported)" do
options[:relative_path] = true
opts.on "--relative-paths", "Output relative file paths in reports" do
options[:relative_paths] = true
end
opts.on "-w",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册