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
path: root/doc
diff options
context:
space:
mode:
authorBen Gotow <bengotow@gmail.com>2015-11-03 22:31:59 +0300
committerForrest L Norvell <forrest@npmjs.com>2015-11-25 23:12:19 +0300
commit4659f1c5ad617c46a5e89b48abf0b1c4e6f04307 (patch)
treeed9530cfa4612556aebefd6b7e04dfecc3604752 /doc
parent625a7ee6b4391e90cb28a95f20a73fd794e1eebe (diff)
doc: npm dedupe doesn't take any arguments
The example invocations of npm dedupe show arguments provided, but the copy says "Arguments are ignored. Dedupe always acts on the entire tree.", and that appears to be correct. Credit: @bengotow Reviewed-By: @othiym23 PR-URL: https://github.com/npm/npm/pull/10244
Diffstat (limited to 'doc')
-rw-r--r--doc/cli/npm-dedupe.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/cli/npm-dedupe.md b/doc/cli/npm-dedupe.md
index c963dfa8e..ed8dca81f 100644
--- a/doc/cli/npm-dedupe.md
+++ b/doc/cli/npm-dedupe.md
@@ -3,8 +3,8 @@ npm-dedupe(1) -- Reduce duplication
## SYNOPSIS
- npm dedupe [package names...]
- npm ddp [package names...]
+ npm dedupe
+ npm ddp
## DESCRIPTION