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:
authorisaacs <i@izs.me>2010-07-05 00:29:03 +0400
committerisaacs <i@izs.me>2010-07-25 05:51:07 +0400
commite937a72f38f359a47977d7e9ade1a2e3bf75fa4a (patch)
tree09b75265e56543ce10f5e371022f13e5becd6c7b /man/uninstall.1
parentc4aea02bfa76b6cb5ac9afd0ecea08b4ff017cd2 (diff)
Update all man pages using new version of ronn
Diffstat (limited to 'man/uninstall.1')
-rw-r--r--man/uninstall.113
1 files changed, 6 insertions, 7 deletions
diff --git a/man/uninstall.1 b/man/uninstall.1
index 057dc8458..9080b0cfb 100644
--- a/man/uninstall.1
+++ b/man/uninstall.1
@@ -1,23 +1,22 @@
-.\" generated with Ronn/v0.4.1
-.\" http://github.com/rtomayko/ronn/
+.\" generated with Ronn/v0.7.3
+.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "NPM\-UNINSTALL" "1" "May 2010" "" ""
.
.SH "NAME"
-\fBnpm\-uninstall\fR \-\- Remove a package
+\fBnpm\-uninstall\fR \- Remove a package
.
.SH "SYNOPSIS"
.
.nf
+
npm uninstall <name> [<version>]
npm rm <name> [<version>]
.
.fi
.
.SH "DESCRIPTION"
-This uninstalls a package, completely removing everything installed for it. If
-it's currently active, then it will be deactivated first, unless the\fBauto\-deactivate\fR config setting is set to "false". If anything is
-depending on it, then those must be uninstalled first.
+This uninstalls a package, completely removing everything installed for it\. If it\'s currently active, then it will be deactivated first, unless the \fBauto\-deactivate\fR config setting is set to "false"\. If anything is depending on it, then those must be uninstalled first\.
.
.P
-If the version is omitted, then all versions of a package are removed.
+If the version is omitted, then all versions of a package are removed\.