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:
authorsmikes <smikes@cubane.com>2015-03-04 19:19:45 +0300
committerRebecca Turner <me@re-becca.org>2015-06-26 03:26:41 +0300
commita08cfcdcf76492a1ff2662480a0993a5b6eeab4d (patch)
treee7f2f13eccf2d25d31634b72e67b13beebd1cc50 /lib/prune.js
parent4335c25df81ba8a46c4b2a661b85b9773c204ae3 (diff)
update usage for all commands
put @ inside <@scope> simplify completion usage add [@<version>] to edit remove extraneous from install
Diffstat (limited to 'lib/prune.js')
-rw-r--r--lib/prune.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/prune.js b/lib/prune.js
index edba87601..2f27fdf32 100644
--- a/lib/prune.js
+++ b/lib/prune.js
@@ -2,7 +2,7 @@
module.exports = prune
-prune.usage = "npm prune"
+prune.usage = "npm prune [[<@scope>/]<pkg>...] [--production]"
var readInstalled = require("read-installed")
, npm = require("./npm.js")