Skip to content

Commit 8dcf131

Browse files
janosvitokmpkorstanje
authored andcommitted
[CLI] Remove excess hyphens in USAGE.txt
Note: https://cucumber.io/docs/reference/jvm#configuration needs update as well
1 parent f42079a commit 8dcf131

File tree

1 file changed

+3
-3
lines changed
  • core/src/main/resources/cucumber/api/cli

1 file changed

+3
-3
lines changed

core/src/main/resources/cucumber/api/cli/USAGE.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ Options:
1717
-t, --tags TAG_EXPRESSION Only run scenarios tagged with tags matching
1818
TAG_EXPRESSION.
1919
-n, --name REGEXP Only run scenarios whose names match REGEXP.
20-
-d, --[no-]-dry-run Skip execution of glue code.
21-
-m, --[no-]-monochrome Don't colour terminal output.
22-
-s, --[no-]-strict Treat undefined and pending steps as errors.
20+
-d, --[no-]dry-run Skip execution of glue code.
21+
-m, --[no-]monochrome Don't colour terminal output.
22+
-s, --[no-]strict Treat undefined and pending steps as errors.
2323
--snippets [underscore|camelcase] Naming convention for generated snippets.
2424
Defaults to underscore.
2525
-v, --version Print version.

0 commit comments

Comments
 (0)