Skip to content

Commit 4db795f

Browse files
committed
Clarify docs for --config flag
Fixes postcss#233
1 parent f1f3056 commit 4db795f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Advanced options:
5151
directory, for use with --dir [string]
5252
--poll Use polling for file watching. Can optionally pass polling interval;
5353
default 100 ms
54-
--config Set a custom path to look for a config file [string]
54+
--config Set a custom directory to look for a config file [string]
5555
5656
Options:
5757
--version Show version number [boolean]

lib/args.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Usage:
118118
implies: 'watch'
119119
})
120120
.option('config', {
121-
desc: 'Set a custom path to look for a config file',
121+
desc: 'Set a custom directory to look for a config file',
122122
type: 'string'
123123
})
124124
.version(version)

0 commit comments

Comments
 (0)