summaryrefslogtreecommitdiff
path: root/deps/npm/lib/commands/fund.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/lib/commands/fund.js')
-rw-r--r--deps/npm/lib/commands/fund.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/npm/lib/commands/fund.js b/deps/npm/lib/commands/fund.js
index 09ca81653b..9690cbc32e 100644
--- a/deps/npm/lib/commands/fund.js
+++ b/deps/npm/lib/commands/fund.js
@@ -20,7 +20,7 @@ class Fund extends ArboristWorkspaceCmd {
static description = 'Retrieve funding information'
static name = 'fund'
static params = ['json', 'browser', 'unicode', 'workspace', 'which']
- static usage = ['[[<@scope>/]<pkg>]']
+ static usage = ['[<package-spec>]']
// TODO
/* istanbul ignore next */