Skip to content

Commit

Permalink
[CLI] Remove excess hyphens in USAGE.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
janosvitok committed Apr 20, 2018
1 parent f42079a commit 80bae01
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/src/main/resources/cucumber/api/cli/USAGE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ Options:
-t, --tags TAG_EXPRESSION Only run scenarios tagged with tags matching
TAG_EXPRESSION.
-n, --name REGEXP Only run scenarios whose names match REGEXP.
-d, --[no-]-dry-run Skip execution of glue code.
-m, --[no-]-monochrome Don't colour terminal output.
-s, --[no-]-strict Treat undefined and pending steps as errors.
-d, --[no-]dry-run Skip execution of glue code.
-m, --[no-]monochrome Don't colour terminal output.
-s, --[no-]strict Treat undefined and pending steps as errors.
--snippets [underscore|camelcase] Naming convention for generated snippets.
Defaults to underscore.
-v, --version Print version.
Expand Down

0 comments on commit 80bae01

Please sign in to comment.