From cbaef60db5ab019209e9783b917ba72d715b3cc1 Mon Sep 17 00:00:00 2001 From: adilger Date: Mon, 16 Sep 2002 18:51:18 +0000 Subject: [PATCH] Fix help message for --threads. --- 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 bc8328b..1eaf62c 100644 --- a/lustre/utils/lctl.c +++ b/lustre/utils/lctl.c @@ -46,7 +46,7 @@ command_t cmdlist[] = { "--device "}, {"--threads", jt_opt_threads, 0, "run separate instances of on device \n" - "--threads "}, + "--threads "}, /* Network configuration commands */ {"==== network config ====", jt_noop, 0, "network config"}, -- 1.8.3.1