From 7d2700c7f666ff005a5c082f317dbd92f82ce635 Mon Sep 17 00:00:00 2001 From: adilger <adilger> Date: Thu, 26 Jun 2008 20:21:43 +0000 Subject: [PATCH] Branch HEAD Fix usage message to avoid referring to parameters as "files". b=14471 --- lustre/utils/lctl.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lustre/utils/lctl.c b/lustre/utils/lctl.c index e896f18f66..12eea31cc7 100644 --- a/lustre/utils/lctl.c +++ b/lustre/utils/lctl.c @@ -120,14 +120,14 @@ command_t cmdlist[] = { {"local_param", jt_lcfg_param, 0, "set a temporary, local param\n" "usage: local_param <target.keyword=val> ...\n"}, {"get_param", jt_lcfg_getparam, 0, "get the Lustre or LNET parameter\n" - "usage: get_param [-n | -N] path/to/param/file \n" + "usage: get_param [-n|-N] name.of.param\n" "Get the value of Lustre or LNET parameter from the specified path\n" - "Use '-n' to disable printing of the key name when printing values.\n" - "Use '-N' to print only path names and not the values."}, + "Use '-n' to disable printing of parameter name when printing value\n" + "Use '-N' to print only parameter names and not the values."}, {"set_param", jt_lcfg_setparam, 0, "set the Lustre or LNET parameter\n" - "usage: set_param [-n] path/to/param/file value\n" + "usage: set_param [-n] name.of.param=value\n" "Set the value of the Lustre or LNET parameter at the specified path\n" - "Use '-n' to disable printing of the key name when printing values."}, + "Use '-n' to disable printing of parameter name when setting value\n"}, /* Debug commands */ {"==== debugging control ====", jt_noop, 0, "debug"}, -- GitLab