Skip to content

Commit

Permalink
fix: Documented --firefox alias strings in web-ext --help run (#630)
Browse files Browse the repository at this point in the history
  • Loading branch information
kumar303 committed Nov 4, 2016
1 parent 9c2822e commit 5a4046b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/program.js
Original file line number Diff line number Diff line change
Expand Up @@ -257,8 +257,11 @@ Example: $0 --help run.
.command('run', 'Run the web extension', commands.run, {
'firefox': {
alias: ['f', 'firefox-binary'],
describe: 'Path to a Firefox executable such as firefox-bin. ' +
'If not specified, the default Firefox will be used.',
describe: 'Path or alias to a Firefox executable such as firefox-bin ' +
'or firefox.exe. ' +
'If not specified, the default Firefox will be used. ' +
'You can specify the following aliases in lieu of a path: ' +
'firefox, beta, nightly, firefoxdeveloperedition.',
demand: false,
type: 'string',
},
Expand Down

0 comments on commit 5a4046b

Please sign in to comment.