From 2fa3271ba37a58767307cf0105424b3c0b4ba7fe Mon Sep 17 00:00:00 2001 From: Myles Borins Date: Wed, 20 Jul 2022 14:32:56 -0400 Subject: [PATCH] fix: add missing ` in adduser warning (#5196) --- lib/commands/adduser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/commands/adduser.js b/lib/commands/adduser.js index 5e23f40dc5968..2853269ef3dee 100644 --- a/lib/commands/adduser.js +++ b/lib/commands/adduser.js @@ -30,7 +30,7 @@ class AddUser extends BaseCommand { log.disableProgress() log.warn('adduser', - '`adduser` will be split into `login` and `register in a future version.' + '`adduser` will be split into `login` and `register` in a future version.' + ' `adduser` will become an alias of `register`.' + ' `login` (currently an alias) will become its own command.') log.notice('', `Log in on ${replaceInfo(registry)}`)