This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-3.0 by this push: new 43facc4a581 branch-3.0: [fix](tool) fix fdbcli help #44079 (#44087) 43facc4a581 is described below commit 43facc4a581a66818b9f04bae95b943103ab09bc Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Sun Nov 17 21:09:52 2024 +0800 branch-3.0: [fix](tool) fix fdbcli help #44079 (#44087) Cherry-picked from #44079 Co-authored-by: Yongqiang YANG <yangyongqi...@selectdb.com> --- 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 5a334faae35..845b905a91c 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 } --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org