diff --git a/docs-en/07-tools/01-cli.md b/docs-en/07-tools/01-cli.md index e5dc738c52e214ba806fbe61df69f0d648cca6ad..c60c8ffeb5f46b2aa99b0b7f5058674802d053da 100644 --- a/docs-en/07-tools/01-cli.md +++ b/docs-en/07-tools/01-cli.md @@ -24,7 +24,7 @@ export TDENGINE_CLOUD_TOKEN= ``` - + Run this command in your Windows terminal to save your URL and token as variables: @@ -34,7 +34,7 @@ set TDENGINE_CLOUD_TOKEN= ``` - + Run this command in your Mac terminal to save your URL and token as variables: @@ -52,12 +52,12 @@ export TDENGINE_CLOUD_TOKEN= To access the TDengine Cloud, you can execute `taos -R -h $TDENGINE_CLOUD_URL -t $TDENGINE_CLOUD_TOKEN` command-line utility from a Linux terminal. - + To access the TDengine Cloud, you can execute `taos -R -h %TDENGINE_CLOUD_URL% -t %TDENGINE_CLOUD_TOKEN%` command-line utility from a Windows terminal. - + To access the TDengine Cloud, you can execute `taos -R -h $TDENGINE_CLOUD_URL -t $TDENGINE_CLOUD_TOKEN` command-line utility from a Mac terminal.