Skip to content

Commit

Permalink
documenting --timeout in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
eighty4 committed Apr 17, 2017
1 parent c762fca commit e86d728
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ Do not use these unless you know what you are doing! Not needed for typical usag
-a, --upgradeAll include even those dependencies whose latest
version satisfies the declared semver dependency
--removeRange remove version ranges from the final package version
--timeout a global timeout in ms

Integration
--------------
Expand Down
2 changes: 1 addition & 1 deletion bin/ncu
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ program
.option('-r, --registry <url>', 'specify third-party npm registry')
.option('-s, --silent', "don't output anything (--loglevel silent)")
.option('-t, --greatest', 'find the highest versions available instead of the latest stable versions')
.option('--timeout <seconds>', 'set a global timeout in ms')
.option('--timeout <seconds>', 'a global timeout in ms')
.option('-u, --upgrade', 'overwrite package file')
.option('-x, --reject <matches>', 'exclude packages matching the given string, comma-delimited list, or regex')
.option('-a, --upgradeAll', 'include even those dependencies whose latest version satisfies the declared semver dependency')
Expand Down

0 comments on commit e86d728

Please sign in to comment.