Skip to content

Commit

Permalink
docs: Improve help text explaining clientArgs
Browse files Browse the repository at this point in the history
  • Loading branch information
timbertson authored and vojtajina committed Aug 3, 2013
1 parent 1a0bec8 commit 9e7309d
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 @@ -158,7 +158,7 @@ var describeRun = function() {
.usage('Karma - Spectacular Test Runner for JavaScript.\n\n' +
'RUN - Run the tests (requires running server).\n\n' +
'Usage:\n' +
' $0 run [<configFile>] [<options>]')
' $0 run [<configFile>] [<options>] [ -- <clientArgs>]')
.describe('port', '<integer> Port where the server is listening.')
.describe('no-refresh', 'Do not re-glob all the patterns.')
.describe('help', 'Print usage.');
Expand Down

0 comments on commit 9e7309d

Please sign in to comment.