diff options
author | isaacs <i@izs.me> | 2013-02-15 10:49:16 -0800 |
---|---|---|
committer | isaacs <i@izs.me> | 2013-02-15 10:49:30 -0800 |
commit | 73be4608d9d7679a1b0233f64c7b60c329ccd235 (patch) | |
tree | e9c9af7a79b4156e7f6dc56b3150eadad24ca0b8 /deps/npm/html/doc/update.html | |
parent | 987338fe31b39b7f57a8f5645593425722ba40af (diff) | |
download | node-new-73be4608d9d7679a1b0233f64c7b60c329ccd235.tar.gz |
npm: Upgrade to v1.2.11
Diffstat (limited to 'deps/npm/html/doc/update.html')
-rw-r--r-- | deps/npm/html/doc/update.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/deps/npm/html/doc/update.html b/deps/npm/html/doc/update.html index 1f134e3680..9652a53a4e 100644 --- a/deps/npm/html/doc/update.html +++ b/deps/npm/html/doc/update.html @@ -10,7 +10,7 @@ <h2 id="SYNOPSIS">SYNOPSIS</h2> -<pre><code>npm update [<name> [<name> ...]]</code></pre> +<pre><code>npm update [-g] [<name> [<name> ...]]</code></pre> <h2 id="DESCRIPTION">DESCRIPTION</h2> @@ -19,11 +19,14 @@ <p>It will also install missing packages.</p> +<p>If the <code>-g</code> flag is specified, this command will update globally installed packages. +If no package name is specified, all packages in the specified location (global or local) will be updated.</p> + <h2 id="SEE-ALSO">SEE ALSO</h2> <ul><li><a href="../doc/install.html">install(1)</a></li><li><a href="../doc/outdated.html">outdated(1)</a></li><li><a href="../doc/registry.html">registry(1)</a></li><li><a href="../doc/folders.html">folders(1)</a></li><li><a href="../doc/list.html">list(1)</a></li></ul> </div> -<p id="footer">update — npm@1.2.10</p> +<p id="footer">update — npm@1.2.11</p> <script> ;(function () { var wrapper = document.getElementById("wrapper") |