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:
Diffstat (limited to 'man1/run-script.1')
-rw-r--r--man1/run-script.15
1 files changed, 1 insertions, 4 deletions
diff --git a/man1/run-script.1 b/man1/run-script.1
index 07e20bf26..717ea4f37 100644
--- a/man1/run-script.1
+++ b/man1/run-script.1
@@ -9,7 +9,7 @@
.SH "SYNOPSIS"
.
.nf
-npm run\-script <script> <name>[@<version>] [<name>[@<version] \.\.\.]
+npm run\-script <script> <name>
.
.fi
.
@@ -17,9 +17,6 @@ npm run\-script <script> <name>[@<version>] [<name>[@<version] \.\.\.]
This runs an arbitrary command from a package\'s "scripts" object\.
.
.P
-If no version is provided then it uses the active version\.
-.
-.P
It is used by the test, start, restart, and stop commands, but can be
called directly, as well\.
.