diff --git a/tools/fdb/fdb_ctl.sh b/tools/fdb/fdb_ctl.sh index 2256c219250057..faa7b0bd8c283a 100755 --- a/tools/fdb/fdb_ctl.sh +++ b/tools/fdb/fdb_ctl.sh @@ -469,7 +469,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 }