From 77258a613819dc1b64f2ff2703d01334a9a1cd5e Mon Sep 17 00:00:00 2001 From: dingbo Date: Thu, 16 Jun 2022 18:59:42 +0800 Subject: [PATCH] docs: cloud cli --- docs/en/07-tools/01-cli.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/en/07-tools/01-cli.md b/docs/en/07-tools/01-cli.md index 8724418c7c..2c90aa59d5 100644 --- a/docs/en/07-tools/01-cli.md +++ b/docs/en/07-tools/01-cli.md @@ -95,8 +95,7 @@ taos -E $TDENGINE_CLOUD_DSN TDengine CLI will display a welcome message and version information if it successfully connected to the TDengine service. If it fails, TDengine CLI will print an error message. See [FAQ](/train-faq/faq) to solve the problem of terminal connection failure to the server. The TDengine CLI prompts as follows: -```cmd - +``` Welcome to the TDengine shell from Linux, Client Version:2.6.0.4 Copyright (c) 2022 by TAOS Data, Inc. All rights reserved. -- GitLab