From d3a8de156c6e47f261199ab03033fcafe86f8a84 Mon Sep 17 00:00:00 2001 From: Zhiyuan He <362583303@qq.com> Date: Tue, 29 Oct 2019 11:10:24 +0800 Subject: [PATCH] fix typo (#3777) --- contrib/python-sdk/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/python-sdk/README.md b/contrib/python-sdk/README.md index 31b48488de..dce0018e6d 100644 --- a/contrib/python-sdk/README.md +++ b/contrib/python-sdk/README.md @@ -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 --pai-uri --user --password # for Azure AD authentication -opai cluster add --cluster-alias --pai-uri --user --toke +opai cluster add --cluster-alias --pai-uri --user --token ``` On receiving the add command, the CLI will try to connect the cluster, and get basic configuration from it.