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/man/man1/npm-docs.1 | |
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/man/man1/npm-docs.1')
-rw-r--r-- | deps/npm/man/man1/npm-docs.1 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/deps/npm/man/man1/npm-docs.1 b/deps/npm/man/man1/npm-docs.1 index 62d410c0b..375001f37 100644 --- a/deps/npm/man/man1/npm-docs.1 +++ b/deps/npm/man/man1/npm-docs.1 @@ -9,9 +9,9 @@ .SH "SYNOPSIS" . .nf -npm docs <pkgname> +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) . .fi @@ -19,8 +19,9 @@ npm home (with no args in a package dir) .SH "DESCRIPTION" This command tries to guess at the likely location of a package\'s documentation URL, and then tries to open it using the \fB\-\-browser\fR -config param\. If no package name is provided, it will search for -a \fBpackage\.json\fR in the current folder and use the \fBname\fR property\. +config param\. You can pass multiple package names at once\. If no +package name is provided, it will search for a \fBpackage\.json\fR in +the current folder and use the \fBname\fR property\. . .SH "CONFIGURATION" . |