Skip to content

Commit

Permalink
Change --no-snippets to have -i as short version
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Wilk committed Oct 31, 2008
1 parent 1c41e27 commit a7e99a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cucumber/cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def parse_options!(args)
opts.on("-n", "--no-source", "Don't show the file and line of the step definition with the steps.") do
@options[:source] = false
end
opts.on("-s", "--no-snippets", "Don't show the snippets for pending steps") do
opts.on("-i", "--no-snippets", "Don't show the snippets for pending steps") do
@options[:snippets] = false
end
opts.on_tail("--version", "Show version") do
Expand Down

0 comments on commit a7e99a6

Please sign in to comment.