You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lang/en.lyaml
+3-3
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ en:
10
10
loadConfigMiddleware:
11
11
configFileExists: "A configuration file already exists at {{ configPath }}. To specify a new configuration file, delete the existing one and try again."
12
12
accounts:
13
-
describe: "Commands for working with accounts."
13
+
describe: "Commands for managing configured accounts."
14
14
subcommands:
15
15
list:
16
16
accounts: "{{#bold}}Accounts{{/bold}}:"
@@ -22,7 +22,7 @@ en:
22
22
authType: "Auth Type"
23
23
name: "Name"
24
24
rename:
25
-
describe: "Rename account in config."
25
+
describe: "Rename an account in the config."
26
26
positionals:
27
27
accountName:
28
28
describe: "Name of account to be renamed."
@@ -63,7 +63,7 @@ en:
63
63
accountRemoved: "Account \"{{ accountName }}\" removed from the config"
0 commit comments