We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa82f4f commit 745c40dCopy full SHA for 745c40d
lib/cucumber/cli.js
@@ -20,7 +20,7 @@ var Cli = function(argv) {
20
},
21
22
displayHelp: function displayHelp(callback) {
23
- process.stdout.write("Usage: cucumber.js [options] [FILE|DIR]+\n\
+ process.stdout.write("Usage: cucumber.js [options] [[FILE|DIR][:LINE]]+\n\
24
\n\
25
-r, --require LIBRARY|DIR Require files before executing the features. If\n\
26
this option is not specified, all *.js and\n\
0 commit comments