Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
fix typo (#3777)
Browse files Browse the repository at this point in the history
  • Loading branch information
hzy46 authored Oct 29, 2019
1 parent 36b3a2c commit d3a8de1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/python-sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ User can use `add` and `delete` command to add (or delete) a clusters from the c
# for user/password authentication
opai cluster add --cluster-alias <cluster-alias> --pai-uri <pai-uri> --user <user> --password <password>
# for Azure AD authentication
opai cluster add --cluster-alias <cluster-alias> --pai-uri <pai-uri> --user <user> --toke <token>
opai cluster add --cluster-alias <cluster-alias> --pai-uri <pai-uri> --user <user> --token <token>
```

On receiving the add command, the CLI will try to connect the cluster, and get basic configuration from it.
Expand Down

0 comments on commit d3a8de1

Please sign in to comment.