Skip to content

Commit defabea

Browse files
committed
docs(cli): update help text for output format option
Change description from "Output formats or file" to "Report Format" to be more concise and clear
1 parent 1eecfb6 commit defabea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/skunk/cli/options/argv.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def parse
2323
self.mode = :compare_branches
2424
end
2525

26-
opts.on("-o", "--out console,json,html", Array, "Output formats or file") { |values| parse_out_option(values) }
26+
opts.on("-o", "--out console,json,html", Array, "Report Format") { |values| parse_out_option(values) }
2727

2828
opts.on_tail("-v", "--version", "Show gem's version") do
2929
self.mode = :version

test/lib/skunk/commands/help_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<<~HELP
1212
Usage: skunk [options] [paths]
1313
-b, --branch BRANCH Set branch to compare
14-
-o, --out console,json,html Output formats or file
14+
-o, --out console,json,html Report Format
1515
-v, --version Show gem's version
1616
-h, --help Show this message
1717
HELP

0 commit comments

Comments
 (0)