diff options
author | Timothy J Fontaine <tjfontaine@gmail.com> | 2014-01-22 08:42:05 -0800 |
---|---|---|
committer | Timothy J Fontaine <tjfontaine@gmail.com> | 2014-01-22 08:42:05 -0800 |
commit | fdc3cc9d7a2d1e12c74fc0c0939d22f40e58b52b (patch) | |
tree | 0e73ef7de9054f7d9b2fe90a5aec9ad072716865 /deps/npm/html/doc/cli/npm-docs.html | |
parent | 6514a4128c3e7aa6c1bb1c6f3f018412fa76e5d9 (diff) | |
parent | 25f9e92813eda927c3d3eaa56dab3a397afadebe (diff) | |
download | node-merge-test.tar.gz |
Merge remote-tracking branch 'upstream/v0.10'merge-test
Conflicts:
node.gyp
Diffstat (limited to 'deps/npm/html/doc/cli/npm-docs.html')
-rw-r--r-- | deps/npm/html/doc/cli/npm-docs.html | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/deps/npm/html/doc/cli/npm-docs.html b/deps/npm/html/doc/cli/npm-docs.html index ed60c8724..bc4a76e93 100644 --- a/deps/npm/html/doc/cli/npm-docs.html +++ b/deps/npm/html/doc/cli/npm-docs.html @@ -10,17 +10,18 @@ <h2 id="SYNOPSIS">SYNOPSIS</h2> -<pre><code>npm docs <pkgname> +<pre><code>npm docs [<pkgname> [<pkgname> ...]] npm docs (with no args in a package dir) -npm home <pkgname> +npm home [<pkgname> [<pkgname> ...]] npm home (with no args in a package dir)</code></pre> <h2 id="DESCRIPTION">DESCRIPTION</h2> <p>This command tries to guess at the likely location of a package's documentation URL, and then tries to open it using the <code>--browser</code> -config param. If no package name is provided, it will search for -a <code>package.json</code> in the current folder and use the <code>name</code> property.</p> +config param. You can pass multiple package names at once. If no +package name is provided, it will search for a <code>package.json</code> in +the current folder and use the <code>name</code> property.</p> <h2 id="CONFIGURATION">CONFIGURATION</h2> @@ -40,7 +41,7 @@ a <code>package.json</code> in the current folder and use the <code>name</code> <ul><li><a href="../cli/npm-view.html">npm-view(1)</a></li><li><a href="../cli/npm-publish.html">npm-publish(1)</a></li><li><a href="../misc/npm-registry.html">npm-registry(7)</a></li><li><a href="../cli/npm-config.html">npm-config(1)</a></li><li><a href="../misc/npm-config.html">npm-config(7)</a></li><li><a href="../files/npmrc.html">npmrc(5)</a></li><li><a href="../files/package.json.html">package.json(5)</a></li></ul> </div> -<p id="footer">npm-docs — npm@1.3.23</p> +<p id="footer">npm-docs — npm@1.3.24</p> <script> ;(function () { var wrapper = document.getElementById("wrapper") |