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/deprecate.js')
-rw-r--r--lib/commands/deprecate.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/commands/deprecate.js b/lib/commands/deprecate.js
index 0ae88f192..862c214db 100644
--- a/lib/commands/deprecate.js
+++ b/lib/commands/deprecate.js
@@ -9,7 +9,7 @@ const BaseCommand = require('../base-command.js')
class Deprecate extends BaseCommand {
static description = 'Deprecate a version of a package'
static name = 'deprecate'
- static usage = ['<pkg>[@<version>] <message>']
+ static usage = ['<package-spec> <message>']
static params = [
'registry',
'otp',