diff options
author | Kat Marchán <kzm@sykosomatic.org> | 2015-07-24 15:09:52 -0700 |
---|---|---|
committer | Jeremiah Senkpiel <fishrock123@rocketmail.com> | 2015-07-24 18:19:40 -0700 |
commit | b73a7465c5b5aadaeb64de9ff4e56a06e98ab336 (patch) | |
tree | 68aa5634729c6ec18379bfe1020d40299d228dc1 /deps/npm/man/man3/npm-update.3 | |
parent | 68b06e94e3e1de11c45b613aff9836310360a8e2 (diff) | |
download | node-new-b73a7465c5b5aadaeb64de9ff4e56a06e98ab336.tar.gz |
deps: upgrade to npm 2.13.2
PR-URL: https://github.com/nodejs/io.js/pull/2241
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Diffstat (limited to 'deps/npm/man/man3/npm-update.3')
-rw-r--r-- | deps/npm/man/man3/npm-update.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/npm/man/man3/npm-update.3 b/deps/npm/man/man3/npm-update.3 index 60f2d065ef..51601179d9 100644 --- a/deps/npm/man/man3/npm-update.3 +++ b/deps/npm/man/man3/npm-update.3 @@ -15,7 +15,7 @@ npm\.commands\.update(packages, callback) Updates a package, upgrading it to the latest version\. It also installs any missing packages\. .P -The \fBpackages\fR argument is an array of packages to update\. The \fBcallback\fR +The \fBpackages\fP argument is an array of packages to update\. The \fBcallback\fP parameter will be called when done or when an error occurs\. .SH SEE ALSO .RS 0 |