We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1f3056 commit 4db795fCopy full SHA for 4db795f
README.md
@@ -51,7 +51,7 @@ Advanced options:
51
directory, for use with --dir [string]
52
--poll Use polling for file watching. Can optionally pass polling interval;
53
default 100 ms
54
- --config Set a custom path to look for a config file [string]
+ --config Set a custom directory to look for a config file [string]
55
56
Options:
57
--version Show version number [boolean]
lib/args.js
@@ -118,7 +118,7 @@ Usage:
118
implies: 'watch'
119
})
120
.option('config', {
121
- desc: 'Set a custom path to look for a config file',
+ desc: 'Set a custom directory to look for a config file',
122
type: 'string'
123
124
.version(version)
0 commit comments