From 4659f1c5ad617c46a5e89b48abf0b1c4e6f04307 Mon Sep 17 00:00:00 2001 From: Ben Gotow Date: Tue, 3 Nov 2015 11:31:59 -0800 Subject: 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 --- doc/cli/npm-dedupe.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') 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 -- cgit v1.2.3