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/man
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2010-08-22 07:33:10 +0400
committerisaacs <i@izs.me>2010-08-22 09:46:40 +0400
commit04f02acf325c99d4fde1bf71c7a3a37835d3cb88 (patch)
treee8919dccff6e753a87152a2857f13645549f34be /man
parente3784b7f509af7aa1b600448e05ff6de27bb9134 (diff)
Update docs for lifecycle cmds
Diffstat (limited to 'man')
-rw-r--r--man/restart.14
-rw-r--r--man/start.12
-rw-r--r--man/stop.12
-rw-r--r--man/test.12
4 files changed, 5 insertions, 5 deletions
diff --git a/man/restart.1 b/man/restart.1
index 117b9f465..729c89293 100644
--- a/man/restart.1
+++ b/man/restart.1
@@ -9,7 +9,7 @@
.SH "SYNOPSIS"
.
.nf
-npm restart <name> [<version>]
+npm restart <name>[@<version>] [<name>[@<version>] \.\.\.]
.
.fi
.
@@ -27,7 +27,7 @@ If no version is specified, then it restarts the "active" version\.
npm\-start(1)
.
.IP "\(bu" 4
-npm\-stop
+npm\-stop(1)
.
.IP "" 0
diff --git a/man/start.1 b/man/start.1
index 28794f9bb..52561e594 100644
--- a/man/start.1
+++ b/man/start.1
@@ -9,7 +9,7 @@
.SH "SYNOPSIS"
.
.nf
-npm start <name> [<version>]
+npm start <name>[@<version>] [<name>[@<version>] \.\.\.]
.
.fi
.
diff --git a/man/stop.1 b/man/stop.1
index 257e5f3ad..ede8ac711 100644
--- a/man/stop.1
+++ b/man/stop.1
@@ -9,7 +9,7 @@
.SH "SYNOPSIS"
.
.nf
-npm stop <name> [<version>]
+npm stop <name>[@<version>] [<name>[@<version>] \.\.\.]
.
.fi
.
diff --git a/man/test.1 b/man/test.1
index 7606c76ca..cdce83c78 100644
--- a/man/test.1
+++ b/man/test.1
@@ -9,7 +9,7 @@
.SH "SYNOPSIS"
.
.nf
-npm test <name> [<version>]
+ npm test <name>[@<version>] [<name>[@<version>] \.\.\.]
.
.fi
.