Skip to content

Commit

Permalink
Indicate defaulting behavior of configFilePath in README
Browse files Browse the repository at this point in the history
  • Loading branch information
brettz9 committed Oct 5, 2019
1 parent 1668b43 commit 7813cdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -85,7 +85,7 @@ $ ncu '/^(?!gulp-).*$/'
Options
--------------

--configFilePath rc config file path (default: ./)
--configFilePath rc config file path (default: directory of `packageFile` or ./ otherwise)
--configFileName rc config file name (default: .ncurc.{json,yml,js})
--dep check only a specific section(s) of dependencies:
prod|dev|peer|optional|bundle (comma-delimited)
Expand All @@ -109,7 +109,7 @@ Options
-p, --packageManager npm or bower (default: npm)
--packageData include stringified package file (use stdin instead)
--packageFile package file location (default: ./package.json)
--pre include -alpha, -beta, -rc. Default: 0. Default
--pre include -alpha, -beta, -rc. Default: 0. Default
with --newest and --greatest: 1.
-r, --registry specify third-party NPM registry
--removeRange remove version ranges from the final package version
Expand Down

0 comments on commit 7813cdf

Please sign in to comment.