From: adilger Date: Thu, 26 Jun 2008 20:21:43 +0000 (+0000) Subject: Branch HEAD X-Git-Tag: v1_9_50~324 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=7d2700c7f666ff005a5c082f317dbd92f82ce635;p=fs%2Flustre-release.git Branch HEAD Fix usage message to avoid referring to parameters as "files". b=14471 --- diff --git a/lustre/utils/lctl.c b/lustre/utils/lctl.c index e896f18..12eea31 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 ...\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"},