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-04 10:18:38 +0400
committerisaacs <i@izs.me>2010-05-04 10:18:38 +0400
commitbb3927a66d1dc825cd37f8147b3de8b2a8e88bd0 (patch)
treec34890d94cd22ca20890bb68d801fa9c8aa66f0f /doc
parentd38f0b364661d1402e703ed91f64e656eb7a7ab6 (diff)
Formatting
Diffstat (limited to 'doc')
-rw-r--r--doc/help.md10
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/help.md b/doc/help.md
index dfc19dce8..4712430df 100644
--- a/doc/help.md
+++ b/doc/help.md
@@ -6,9 +6,13 @@ npm-help(1) -- Get help about npm commands
npm help <section>
Where <section> is one of:
-`npm`, `activate`, `adduser`, `config`, `deactivate`, `folders`, `help` (this
-page), `install`, `json`, `link` (or `ln`), `list` (or `ls`), `publish`,
-`registry`, `tag`, `uninstall` (or `rm`), `build`, `npm`, `scripts`, `json`
+`activate`, `adduser`, `build`, `config`, `deactivate`, `folders`, `help`
+(this page), `install`, `json`, `link` (or `ln`), `list` (or `ls`), `npm`,
+`publish`, `registry`, `scripts`, `tag`, `uninstall` (or `rm`)
+
+Note that you can get the exact same help content by doing:
+
+ man npm-<section>
## Todo