From 2d0cf587dfcdce5cfe616f9dd9b3dd2cb7ecccae Mon Sep 17 00:00:00 2001 From: Alex Duan <417921451@qq.com> Date: Sun, 12 May 2024 21:09:26 +0800 Subject: [PATCH] fix: change to TDengine Cloud --- tools/shell/src/shellAuto.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/shell/src/shellAuto.c b/tools/shell/src/shellAuto.c index 299bc6c72a..2c92d19fcf 100644 --- a/tools/shell/src/shellAuto.c +++ b/tools/shell/src/shellAuto.c @@ -429,7 +429,7 @@ void printfIntroduction(bool community) { printf(" * ------------------------------------------------------------------------------------ *\n"); printf(" * You are using TDengine OSS. To experience advanced features, like backup/restore, *\n"); printf(" * privilege control and more, or receive 7x24 technical support, try TDengine *\n"); - printf(" * Enterprise or Free Cloud Trial. Learn more at https://tdengine.com *\n"); + printf(" * Enterprise or TDengine Cloud. Learn more at https://tdengine.com *\n"); } printf(" ****************************************************************************************\n\n"); } @@ -438,7 +438,7 @@ void printfIntroduction(bool community) { void showAD(bool end) { printf(" You are using TDengine OSS. To experience advanced features, like backup/restore, \n"); printf(" privilege control and more, or receive 7x24 technical support, try TDengine Enterprise \n"); - printf(" or Free Cloud Trial. Learn more at https://tdengine.com \n"); + printf(" or TDengine Cloud. Learn more at https://tdengine.com \n"); printf(" \n"); }