Skip to content

Commit e89d92f

Browse files
author
ninadhatkar
committed
updates help text
1 parent b61eaba commit e89d92f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/auth/messages/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"promptToken": "Paste your %s token",
1616
"promptAPIKey": "Paste your stack API Key",
1717
"promptConfirmReplaceToken": "Alias with \"%s\" is already exists, do you want to replace?",
18-
"commandDescription": "Adds management/delivery tokens to your session to use it with further Contentstack/CLI command",
18+
"commandDescription": "Adds management/delivery tokens to your session to use it with further CLI command",
1919
"flagAliasDesc": "Alias to the token for referring it with other commands.",
2020
"apiAliasDesc": "Stack API key for the token you are going to store",
2121
"flagForceDescription": "Exclude confirmation to replace existing alias",

packages/auth/src/commands/auth/tokens/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class TokenIndex extends Command {
5050
}
5151
}
5252

53-
TokenIndex.description = `List all management tokens stored
53+
TokenIndex.description = `Lists all existing tokens added to the session
5454
`
5555
TokenIndex.aliases = ['tokens']
5656

0 commit comments

Comments
 (0)