diff options
author | isaacs <i@izs.me> | 2013-07-12 08:56:59 -0700 |
---|---|---|
committer | isaacs <i@izs.me> | 2013-07-12 08:56:59 -0700 |
commit | 9da67fa5198f3c0839904ae05cbfe88c61b3ad09 (patch) | |
tree | 61c03f98b7c2ae549f67c01e1afe6dcbe84847d6 /deps/npm/man/man1/npm-stop.1 | |
parent | f88b8dad84cd8f37000e55f0b5de7963cbb252cf (diff) | |
download | node-new-9da67fa5198f3c0839904ae05cbfe88c61b3ad09.tar.gz |
npm: Upgrade to 1.3.3
Diffstat (limited to 'deps/npm/man/man1/npm-stop.1')
-rw-r--r-- | deps/npm/man/man1/npm-stop.1 | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/deps/npm/man/man1/npm-stop.1 b/deps/npm/man/man1/npm-stop.1 new file mode 100644 index 0000000000..6886ba5d43 --- /dev/null +++ b/deps/npm/man/man1/npm-stop.1 @@ -0,0 +1,37 @@ +.\" Generated with Ronnjs 0.3.8 +.\" http://github.com/kapouer/ronnjs/ +. +.TH "NPM\-STOP" "1" "July 2013" "" "" +. +.SH "NAME" +\fBnpm-stop\fR \-\- Stop a package +. +.SH "SYNOPSIS" +. +.nf +npm stop <name> +. +.fi +. +.SH "DESCRIPTION" +This runs a package\'s "stop" script, if one was provided\. +. +.SH "SEE ALSO" +. +.IP "\(bu" 4 +npm help run\-script +. +.IP "\(bu" 4 +npm help scripts +. +.IP "\(bu" 4 +npm help test +. +.IP "\(bu" 4 +npm help start +. +.IP "\(bu" 4 +npm help restart +. +.IP "" 0 + |