From d7600e3f79fab37addff2231d01550e73bfbe0be Mon Sep 17 00:00:00 2001 From: adilger Date: Wed, 3 Nov 2004 00:37:36 +0000 Subject: [PATCH] Branch: b1_4 Improve "debug_file" usage message. --- lustre/utils/lctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 1.8.3.1