Skip to content

Commit

Permalink
Updated the description for --watch-ignored arg
Browse files Browse the repository at this point in the history
  • Loading branch information
ankushduacodes committed Dec 18, 2020
1 parent 18c199c commit 6033c08
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/program.js
Original file line number Diff line number Diff line change
Expand Up @@ -622,10 +622,11 @@ Example: $0 --help run.
type: 'string',
},
'watch-ignored': {
describe: 'Extension will not reload if anything in this' +
' directory or file/s changes. This is useful when there' +
' are a lots of files which are unnecessary to watch' +
' for example. node_modules folder',
describe: 'Paths and globs patterns that should not be ' +
'watched for changes. This is useful if you want ' +
'to explicitly prevent web-ext from watching part ' +
'of the extension directory tree, ' +
'e.g. the node_modules folder.',
demandOption: false,
type: 'array',
},
Expand Down

0 comments on commit 6033c08

Please sign in to comment.