summaryrefslogtreecommitdiff
path: root/deps/npm/lib/commands/explain.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/lib/commands/explain.js')
-rw-r--r--deps/npm/lib/commands/explain.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/npm/lib/commands/explain.js b/deps/npm/lib/commands/explain.js
index ca6ee7540b..c0ef04548a 100644
--- a/deps/npm/lib/commands/explain.js
+++ b/deps/npm/lib/commands/explain.js
@@ -10,7 +10,7 @@ const ArboristWorkspaceCmd = require('../arborist-cmd.js')
class Explain extends ArboristWorkspaceCmd {
static description = 'Explain installed packages'
static name = 'explain'
- static usage = ['<folder | specifier>']
+ static usage = ['<package-spec>']
static params = [
'json',
'workspace',