Skip to content

Commit 745c40d

Browse files
committed
Add line number pattern to --help on CLI
1 parent aa82f4f commit 745c40d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/cucumber/cli.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ var Cli = function(argv) {
2020
},
2121

2222
displayHelp: function displayHelp(callback) {
23-
process.stdout.write("Usage: cucumber.js [options] [FILE|DIR]+\n\
23+
process.stdout.write("Usage: cucumber.js [options] [[FILE|DIR][:LINE]]+\n\
2424
\n\
2525
-r, --require LIBRARY|DIR Require files before executing the features. If\n\
2626
this option is not specified, all *.js and\n\

0 commit comments

Comments
 (0)