From 301ba0e97c24d114425534d9c620c859b5a30581 Mon Sep 17 00:00:00 2001 From: Alex Duan <417921451@qq.com> Date: Fri, 14 Oct 2022 15:22:48 +0800 Subject: [PATCH] feat(shell): modify introduction --- 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 92f9aedfca..75dc34a011 100644 --- a/tools/shell/src/shellAuto.c +++ b/tools/shell/src/shellAuto.c @@ -341,7 +341,7 @@ void printfIntroduction() { } void showHelp() { - printf("\nThe following are supported commands for TDengine Command Line:"); + printf("\nFollowing are the commands supported by TDengine command line:"); printf( "\n\ ----- A ----- \n\ -- GitLab