Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2010-05-03 09:14:04 +0400
committerisaacs <i@izs.me>2010-05-03 09:15:09 +0400
commit13eff187717e1ce1847ea36b60abf62b9facfc43 (patch)
tree90e93fb7cc8057acfd584554f4dd2dadcc362215 /doc/install.md
parent8d625f20cefcfbf52eb46ff41997c2804c8b2b35 (diff)
Recommend man npm-foo instead of npm help foo
Diffstat (limited to 'doc/install.md')
-rw-r--r--doc/install.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/install.md b/doc/install.md
index 4eb1a2181..e749b4440 100644
--- a/doc/install.md
+++ b/doc/install.md
@@ -79,9 +79,9 @@ The `--tag` argument will apply to all of the specified install targets.
## SEE ALSO
-* npm help build
-* npm help registry
-* npm help build
-* npm help link
-* npm help folders
-* npm help tag
+* npm-build(1)
+* npm-registry(1)
+* npm-build(1)
+* npm-link(1)
+* npm-folders(1)
+* npm-tag(1)