From 390b9c0ff7cd315d31da1a75213c86c053cd1231 Mon Sep 17 00:00:00 2001 From: Alex Duan <417921451@qq.com> Date: Fri, 14 Oct 2022 15:04:04 +0800 Subject: [PATCH] feat(shell): modify command line instoduction --- src/kit/shell/src/shellAuto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kit/shell/src/shellAuto.c b/src/kit/shell/src/shellAuto.c index bf5dafa713..c19184e957 100644 --- a/src/kit/shell/src/shellAuto.c +++ b/src/kit/shell/src/shellAuto.c @@ -353,7 +353,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\ alter database \n\ -- GitLab