Skip to content

Commit

Permalink
Clarify docs for --config flag
Browse files Browse the repository at this point in the history
Fixes #233
  • Loading branch information
RyanZim committed Oct 18, 2018
1 parent f1f3056 commit 4db795f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -51,7 +51,7 @@ Advanced options:
directory, for use with --dir [string]
--poll Use polling for file watching. Can optionally pass polling interval;
default 100 ms
--config Set a custom path to look for a config file [string]
--config Set a custom directory to look for a config file [string]
Options:
--version Show version number [boolean]
Expand Down
2 changes: 1 addition & 1 deletion lib/args.js
Expand Up @@ -118,7 +118,7 @@ Usage:
implies: 'watch'
})
.option('config', {
desc: 'Set a custom path to look for a config file',
desc: 'Set a custom directory to look for a config file',
type: 'string'
})
.version(version)
Expand Down

0 comments on commit 4db795f

Please sign in to comment.