From 80bae01e9fa59e36796ff5c93dc993ef0b66488d Mon Sep 17 00:00:00 2001 From: Jano Svitok Date: Fri, 20 Apr 2018 13:27:47 +0200 Subject: [PATCH] [CLI] Remove excess hyphens in USAGE.txt Note: https://cucumber.io/docs/reference/jvm#configuration needs update as well --- core/src/main/resources/cucumber/api/cli/USAGE.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/src/main/resources/cucumber/api/cli/USAGE.txt b/core/src/main/resources/cucumber/api/cli/USAGE.txt index f216f6cd1c..5f6ca0bc68 100644 --- a/core/src/main/resources/cucumber/api/cli/USAGE.txt +++ b/core/src/main/resources/cucumber/api/cli/USAGE.txt @@ -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.