From 71d96333d3794a504a95bf63ddf2e0c4bcfac8af Mon Sep 17 00:00:00 2001 From: Alex Duan <417921451@qq.com> Date: Fri, 14 Oct 2022 15:29:23 +0800 Subject: [PATCH] feat(shell): modify instroduction1 --- tools/shell/src/shellAuto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/shell/src/shellAuto.c b/tools/shell/src/shellAuto.c index 75dc34a011..46eaf6cff1 100644 --- a/tools/shell/src/shellAuto.c +++ b/tools/shell/src/shellAuto.c @@ -341,7 +341,7 @@ void printfIntroduction() { } void showHelp() { - printf("\nFollowing are the commands supported by TDengine command line:"); + printf("\nThe TDengine CLI supports the following commands:"); printf( "\n\ ----- A ----- \n\ -- GitLab