Skip to content

Commit

Permalink
Feature/help fixes (#198)
Browse files Browse the repository at this point in the history
* - Corrected variable names in README: cx_ast_client_id -> cx_client_id, cx_ast_client_secret -> cx_client_secret.
- (auth register) provided separat instructions for Linux and Windows, now there is only one set of instructions.

* - Small change to (auth register) help.

* - Cleaned text in README.
  • Loading branch information
tsunez authored May 19, 2021
1 parent 1595671 commit f424485
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,8 @@ You can optionally configure the key/secret into your stored CLI configuration v
You can also store the key/secret in the environment like this:

``` bash
export CX_AST_CLIENT_ID=<your-client-id>
export CX_AST_CLIENT_SECRET=<your-client-secret>
export CX_CLIENT_ID=<your-client-id>
export CX_CLIENT_SECRET=<your-client-secret>
./cx scan list
```

Expand Down

0 comments on commit f424485

Please sign in to comment.