Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
chore(cli): make usage message clearer
Browse files Browse the repository at this point in the history
Closes #2214
  • Loading branch information
sjelin committed Jun 8, 2015
1 parent 786ab05 commit b00c822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ process.argv.slice(2).forEach(function(arg) {
var path = require('path');
var fs = require('fs');
var optimist = require('optimist').
usage('Usage: protractor [options] [configFile]\n' +
usage('Usage: protractor [configFile] [options]\n' +
'configFile defaults to protractor.conf.js\n' +
'The [options] object will override values from the config file.\n' +
'See the reference config for a full list of options.').
Expand Down

0 comments on commit b00c822

Please sign in to comment.