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
path: root/doc
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
parent8d625f20cefcfbf52eb46ff41997c2804c8b2b35 (diff)
Recommend man npm-foo instead of npm help foo
Diffstat (limited to 'doc')
-rw-r--r--doc/build.md2
-rw-r--r--doc/install.md12
2 files changed, 7 insertions, 7 deletions
diff --git a/doc/build.md b/doc/build.md
index e4675610d..c374e80b2 100644
--- a/doc/build.md
+++ b/doc/build.md
@@ -17,7 +17,7 @@ This command creates the various interwoven links that ensure a package's conten
are available in the root appropriately, and that its dependencies are linked
appropriately.
-See also:
+## SEE ALSO
* npm-install(1)
* npm-link(1)
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)