From: adilger Date: Wed, 3 Nov 2004 00:37:36 +0000 (+0000) Subject: Branch: b1_4 X-Git-Tag: v1_8_0_110~486^5~128 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=d7600e3f79fab37addff2231d01550e73bfbe0be;p=fs%2Flustre-release.git Branch: b1_4 Improve "debug_file" usage message. --- diff --git a/lustre/utils/lctl.c b/lustre/utils/lctl.c index fad8fb6..a1035e5 100644 --- a/lustre/utils/lctl.c +++ b/lustre/utils/lctl.c @@ -271,7 +271,7 @@ command_t cmdlist[] = { "get debug buffer and dump to a file, same as debug_kernel\n" "usage: dk [file] [raw]"}, {"debug_file", jt_dbg_debug_file, 0, - "read debug buffer from input and dump to output, same as dk\n" + "convert a binary debug file dumped by the kernel to ASCII text\n" "usage: debug_file [output] [raw]"}, {"df", jt_dbg_debug_file, 0, "read debug buffer from input and dump to output, same as debug_file\n"