From a590617fff063945e9f43cb5bc359a4c7950d0f1 Mon Sep 17 00:00:00 2001 From: Shuduo Sang Date: Mon, 16 Jan 2023 14:56:27 +0800 Subject: [PATCH] docs: change experimental to beta (#19575) --- docs/en/19-tools/01-cli.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/19-tools/01-cli.md b/docs/en/19-tools/01-cli.md index 066e03a581..4d1d4beafc 100644 --- a/docs/en/19-tools/01-cli.md +++ b/docs/en/19-tools/01-cli.md @@ -28,7 +28,7 @@ export TDENGINE_CLOUD_DSN="" ``` - + Run this command in your Windows CMD prompt to save cloud DSN as variable: @@ -43,7 +43,7 @@ $env:TDENGINE_CLOUD_DSN='' ``` - + Run this command in your Mac terminal to save cloud DSN as variable: -- GitLab