Skip to content

Commit

Permalink
Add line number pattern to --help on CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
jbpros committed May 22, 2014
1 parent aa82f4f commit 745c40d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cucumber/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ var Cli = function(argv) {
},

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

0 comments on commit 745c40d

Please sign in to comment.