Skip to content

Commit fd0d6ae

Browse files
authored
docs: Change description in login command (#644)
1 parent fbc817f commit fd0d6ae

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@box/cli",
3-
"description": "Official command line interface for the Box API\n New here? Run: box login -d Sign in with your Box account in seconds.\n Already set up? Run: box help Explore all commands.",
3+
"description": "Official command line interface for the Box API. New here? Run 'box login -d' to sign in with your Box account in seconds. Already set up? Run 'box help' to explore all available commands.",
44
"keywords": [
55
"box",
66
"cli",

src/commands/login.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ class OAuthLoginCommand extends BoxCommand {
366366
this.info(
367367
useDefaultBoxApp
368368
? chalk`{yellow If authorization fails, verify that you are using one of the supported ports for the Official Box CLI app flow and restart the login command.}`
369-
: chalk`{yellow If you are redirect to files view, please make sure that your Redirect URI is set up correctly and restart the login command.}`
369+
: chalk`{yellow If you are redirected to the Files view, make sure your Redirect URI is configured correctly and restart the login command.}`
370370
);
371371
}
372372
await new Promise((resolve) => setTimeout(resolve, 1000));

0 commit comments

Comments
 (0)