Skip to content

Commit eedb28e

Browse files
Update profile.md (#122)
1 parent f58f7f5 commit eedb28e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/userguides/profile.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ First, create your profile:
88
code42 profile create --name MY_FIRST_PROFILE --server example.authority.com --username security.admin@example.com
99
```
1010

11-
Your profile contains the necessary properties for logging into Code42 servers. After running `code42 profile create`,
12-
the program prompts you about storing a password. If you agree, you are then prompted to input your password.
11+
Your profile contains the necessary properties for authenticating with Code42. After running `code42 profile create`,
12+
the program prompts you about storing a password. If you agree, you are then prompted to enter your password.
1313

1414
Your password is not shown when you do `code42 profile show`. However, `code42 profile show` will confirm that a
1515
password exists for your profile. If you do not set a password, you will be securely prompted to enter a password each
@@ -21,8 +21,8 @@ You can add multiple profiles with different names and the change the default pr
2121
code42 profile use MY_SECOND_PROFILE
2222
```
2323

24-
When the `--profile` flag is available on other commands, such as those in `security-data`, it will use that profile
25-
instead of the default one. For example,
24+
When you use the `--profile` flag with other commands, such as those in `security-data`, that profile is used
25+
instead of the default profile. For example,
2626

2727
```bash
2828
code42 security-data search -b 2020-02-02 --profile MY_SECOND_PROFILE

0 commit comments

Comments
 (0)