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 'doc/cli/npm-uninstall.md')
-rw-r--r--doc/cli/npm-uninstall.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/cli/npm-uninstall.md b/doc/cli/npm-uninstall.md
index 72e3b7d45..73e39a5fb 100644
--- a/doc/cli/npm-uninstall.md
+++ b/doc/cli/npm-uninstall.md
@@ -3,8 +3,9 @@ npm-rm(1) -- Remove a package
## SYNOPSIS
- npm uninstall [@<scope>/]<package> [--save|--save-dev|--save-optional]
- npm rm (with any of the previous argument usage)
+ npm uninstall [<@scope>/]<pkg>[@<version>]... [--save|--save-dev|--save-optional]
+
+ aliases: remove, rm, r, un, unlink
## DESCRIPTION