Skip to content

Commit c4bd6ba

Browse files
authored
docs: adds an example to --pref option (#724)
1 parent 94e9a13 commit c4bd6ba

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

src/program.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,8 +307,10 @@ Example: $0 --help run.
307307
type: 'boolean',
308308
},
309309
'pref': {
310-
describe: 'Launch firefox with custom preferences. Lightweight ' +
311-
'alternative to creating custom profile.',
310+
describe: 'Launch firefox with a custom preference ' +
311+
'(example: --pref=general.useragent.locale=fr-FR). ' +
312+
'You can repeat this option to set more than one ' +
313+
'preference.',
312314
demand: false,
313315
requiresArg: true,
314316
type: 'string',

0 commit comments

Comments
 (0)