From 4479365b5ce6c609406de0f960a48398660913a3 Mon Sep 17 00:00:00 2001 From: wangchao <wangchao> Date: Sun, 9 May 2004 07:02:32 +0000 Subject: [PATCH] Correct the description and usage of "lctl conn_list". --- lustre/utils/lctl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/utils/lctl.c b/lustre/utils/lctl.c index 06c9b8201d..f68f35cf3d 100644 --- a/lustre/utils/lctl.c +++ b/lustre/utils/lctl.c @@ -73,8 +73,8 @@ command_t cmdlist[] = { "usage: add_autoconn <nid> <host> <port> [ise]"}, {"del_autoconn", jt_ptl_del_autoconnect, 0, "remove an autoconnect entry\n" "usage: del_autoconn [<nid>] [<host>] [ks]"}, - {"conn_list", jt_ptl_print_connections, 0, "connect to a remote nid\n" - "usage: print_conns"}, + {"conn_list", jt_ptl_print_connections, 0, "print all the connected remote nid\n" + "usage: conn_list"}, {"connect", jt_ptl_connect, 0, "connect to a remote nid\n" "usage: connect <host> <port> [iIOC]"}, {"disconnect", jt_ptl_disconnect, 0, "disconnect from a remote nid\n" -- GitLab