We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c590fa commit 2fa3271Copy full SHA for 2fa3271
lib/commands/adduser.js
@@ -30,7 +30,7 @@ class AddUser extends BaseCommand {
30
log.disableProgress()
31
32
log.warn('adduser',
33
- '`adduser` will be split into `login` and `register in a future version.'
+ '`adduser` will be split into `login` and `register` in a future version.'
34
+ ' `adduser` will become an alias of `register`.'
35
+ ' `login` (currently an alias) will become its own command.')
36
log.notice('', `Log in on ${replaceInfo(registry)}`)
0 commit comments