* MDF [zmq_gateway] update zmq_gateway help info.

This commit is contained in:
lee-emqx
2023-07-04 16:44:40 +08:00
committed by Jaylin
parent 3423da4bf3
commit cc6547de8f

View File

@ -25,7 +25,7 @@ static nng_optspec cmd_opts[] = {
};
static char help_info[] =
"Usage: nanomq_cli gateway start [--conf <path>]\n\n"
"Usage: nanomq_cli zmq_gateway [--conf <path>]\n\n"
" --conf <path> The path of a specified nanomq configuration file \n";
static zmq_gateway_conf *conf_g = NULL;