From 43facc4a581a66818b9f04bae95b943103ab09bc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 17 Nov 2024 21:09:52 +0800 Subject: [PATCH] branch-3.0: [fix](tool) fix fdbcli help #44079 (#44087) Cherry-picked from #44079 Co-authored-by: Yongqiang YANG --- tools/fdb/fdb_ctl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/fdb/fdb_ctl.sh b/tools/fdb/fdb_ctl.sh index 5a334faae35077..845b905a91c0d1 100755 --- a/tools/fdb/fdb_ctl.sh +++ b/tools/fdb/fdb_ctl.sh @@ -467,7 +467,7 @@ function usage() { echo -e "\t clean \t clean fdb data" echo -e "\t start \t start fdb" echo -e "\t stop \t stop fdb" - echo -e "\t fdbcli \t stop fdb" + echo -e "\t fdbcli \t execute fdbcli" echo -e "" exit 1 }