Skip to content

Commit b355176

Browse files
committed
Indentation
1 parent 81e6241 commit b355176

File tree

1 file changed

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

1 file changed

+5
-5
lines changed

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

+5-5
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ Options:
2626
Run with "--i18n help" to see all languages
2727

2828
Feature path examples:
29-
<path> Load the files with the extension ".feature"
29+
<path> Load the files with the extension ".feature"
3030
for the directory <path>
3131
and its sub directories.
32-
<path>/<name>.feature Load the feature file <path>/<name>.feature
32+
<path>/<name>.feature Load the feature file <path>/<name>.feature
3333
from the file system.
34-
classpath:<path>/<name>.feature Load the feature file <path>/<name>.feature
34+
classpath:<path>/<name>.feature Load the feature file <path>/<name>.feature
3535
from the classpath.
36-
<path>/<name>.feature:3:9 Load the scenarios on line 3 and line 9 in
36+
<path>/<name>.feature:3:9 Load the scenarios on line 3 and line 9 in
3737
the file <path>/<name>.feature.
38-
@<path>/<file> Parse <path>/<file> for feature paths generated
38+
@<path>/<file> Parse <path>/<file> for feature paths generated
3939
by the rerun formatter.

0 commit comments

Comments
 (0)