From 18a669219efa5d9b374f7a6be67b363b553076ce Mon Sep 17 00:00:00 2001 From: Alex Duan <417921451@qq.com> Date: Thu, 14 Mar 2024 10:21:55 +0800 Subject: [PATCH] fix: version4 information --- tools/shell/src/shellAuto.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/shell/src/shellAuto.c b/tools/shell/src/shellAuto.c index 6ab94761f7..f39fbfbdf5 100644 --- a/tools/shell/src/shellAuto.c +++ b/tools/shell/src/shellAuto.c @@ -421,10 +421,10 @@ void printfIntroduction(bool community) { printf(" * [ Ctrl + K ] ...... clear the screen after the cursor *\n"); 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(" * 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(" * ------------------------------------------------------------------------------------ *\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(" ****************************************************************************************\n\n"); }