We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94e9a13 commit c4bd6baCopy full SHA for c4bd6ba
1 file changed
src/program.js
@@ -307,8 +307,10 @@ Example: $0 --help run.
307
type: 'boolean',
308
},
309
'pref': {
310
- describe: 'Launch firefox with custom preferences. Lightweight ' +
311
- 'alternative to creating custom profile.',
+ describe: 'Launch firefox with a custom preference ' +
+ '(example: --pref=general.useragent.locale=fr-FR). ' +
312
+ 'You can repeat this option to set more than one ' +
313
+ 'preference.',
314
demand: false,
315
requiresArg: true,
316
type: 'string',
0 commit comments