diff options
Diffstat (limited to 'deps/npm/doc/cli/npm-restart.md')
-rw-r--r-- | deps/npm/doc/cli/npm-restart.md | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/deps/npm/doc/cli/npm-restart.md b/deps/npm/doc/cli/npm-restart.md index 7b039a8f8f..6d594a26c1 100644 --- a/deps/npm/doc/cli/npm-restart.md +++ b/deps/npm/doc/cli/npm-restart.md @@ -7,11 +7,8 @@ npm-restart(1) -- Start a package ## DESCRIPTION -This runs a package's "restart" script, if one was provided. -Otherwise it runs package's "stop" script, if one was provided, and then -the "start" script. - -If no version is specified, then it restarts the "active" version. +This runs a package's "restart" script, if one was provided. Otherwise it runs +package's "stop" script, if one was provided, and then the "start" script. ## SEE ALSO |