Sfoglia il codice sorgente

chore: remove a space from CLI command cluster_call usage printout

Zaiming (Stone) Shi 4 anni fa
parent
commit
774c0a3d7f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      apps/emqx_conf/src/emqx_conf_cli.erl

+ 1 - 1
apps/emqx_conf/src/emqx_conf_cli.erl

@@ -73,7 +73,7 @@ admins(_) ->
           {"cluster_call status", "status"},
           {"cluster_call skip [node]", "increase one commit on specific node"},
           {"cluster_call tnxid <TnxId>", "get detailed about TnxId"},
-          {"cluster_call  fast_forward [node] [tnx_id]", "fast forwards to tnx_id" }
+          {"cluster_call fast_forward [node] [tnx_id]", "fast forwards to tnx_id" }
       ]).
 
 status() ->