From e38ff4e7bf43b28ba753f31dc6651bbe9ee8e1b7 Mon Sep 17 00:00:00 2001 From: Alex Duan <417921451@qq.com> Date: Thu, 14 Mar 2024 10:15:56 +0800 Subject: [PATCH] fix: version4 information --- 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 79a4124fb7..6ab94761f7 100644 --- a/tools/shell/src/shellAuto.c +++ b/tools/shell/src/shellAuto.c @@ -422,7 +422,7 @@ void printfIntroduction(bool community) { printf(" * [ Ctrl + U ] ...... clear the screen before the cursor *\n"); if(community) { printf(" * ----------------------------------------------------------------------------------- *\n"); - printf(" * You are using TDengine OSS. To experience advanced features, like backup/restore *\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"); } @@ -431,7 +431,7 @@ void printfIntroduction(bool community) { // show enterprise AD void showAD(bool end) { - printf(" You are using TDengine OSS. To experience advanced features, like backup/restore \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 Enterprise \n"); printf(" or Free Cloud Trial. Learn more at https://tdengine.com \n"); printf(" \n");