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/publish.js')
-rw-r--r--lib/commands/publish.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/commands/publish.js b/lib/commands/publish.js
index da6437fa9..579f5d6e7 100644
--- a/lib/commands/publish.js
+++ b/lib/commands/publish.js
@@ -37,7 +37,7 @@ class Publish extends BaseCommand {
'include-workspace-root',
]
- static usage = ['[<folder>]']
+ static usage = ['<package-spec>']
static ignoreImplicitWorkspace = false
async exec (args) {