Skip to content
Snippets Groups Projects
Commit edd78536 authored by Isaac Huang's avatar Isaac Huang
Browse files

i=adilger, b=16379:

-   fixed incorrect del_peer help message.
parent 6dddb1bc
No related merge requests found
......@@ -209,7 +209,7 @@ command_t cmdlist[] = {
{"add_peer", jt_ptl_add_peer, 0, "add an peer entry\n"
"usage: add_peer <nid> <host> <port>"},
{"del_peer", jt_ptl_del_peer, 0, "remove an peer entry\n"
"usage: del_autoconn [<nid>] [<host>] [ks]"},
"usage: del_peer [<nid>] [<ipaddr|pid>]"},
{"add_conn ", jt_lcfg_add_conn, 0,
"usage: add_conn <conn_uuid> [priority]\n"},
{"del_conn ", jt_lcfg_del_conn, 0,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment