From 0dce8b3ac1640ca98f537f0994af0fddbda7c959 Mon Sep 17 00:00:00 2001 From: wade zhang <95411902+gccgdb1234@users.noreply.github.com> Date: Tue, 6 Sep 2022 18:00:21 +0800 Subject: [PATCH] Update 01-cli.md --- 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 602ff279e5..e6018ce718 100644 --- a/docs/en/19-tools/01-cli.md +++ b/docs/en/19-tools/01-cli.md @@ -100,10 +100,10 @@ taos -E $TDENGINE_CLOUD_DSN ## Using TDengine CLI -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: +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. The TDengine CLI prompts as follows: ``` -Welcome to the TDengine shell from Linux, Client Version:2.6.0.4 +Welcome to the TDengine shell from Linux, Client Version:3.0.0.0 Copyright (c) 2022 by TAOS Data, Inc. All rights reserved. Successfully connect to cloud.tdengine.com:8085 in restful mode -- GitLab