Skip to content

Commit

Permalink
docs: adds an example to --pref option (mozilla#724)
Browse files Browse the repository at this point in the history
  • Loading branch information
kumar303 authored Jan 3, 2017
1 parent 94e9a13 commit c4bd6ba
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/program.js
Original file line number Diff line number Diff line change
Expand Up @@ -307,8 +307,10 @@ Example: $0 --help run.
type: 'boolean',
},
'pref': {
describe: 'Launch firefox with custom preferences. Lightweight ' +
'alternative to creating custom profile.',
describe: 'Launch firefox with a custom preference ' +
'(example: --pref=general.useragent.locale=fr-FR). ' +
'You can repeat this option to set more than one ' +
'preference.',
demand: false,
requiresArg: true,
type: 'string',
Expand Down

0 comments on commit c4bd6ba

Please sign in to comment.