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:
Diffstat (limited to 'lib/commands/view.js')
-rw-r--r--lib/commands/view.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/commands/view.js b/lib/commands/view.js
index efb298a03..db5d99b68 100644
--- a/lib/commands/view.js
+++ b/lib/commands/view.js
@@ -33,7 +33,7 @@ class View extends BaseCommand {
static ignoreImplicitWorkspace = false
- static usage = ['[<@scope>/]<pkg>[@<version>] [<field>[.subfield]...]']
+ static usage = ['[<package-spec>] [<field>[.subfield]...]']
async completion (opts) {
if (opts.conf.argv.remain.length <= 2) {