Whamcloud - gitweb
Branch HEAD
authoradilger <adilger>
Thu, 26 Jun 2008 20:21:43 +0000 (20:21 +0000)
committeradilger <adilger>
Thu, 26 Jun 2008 20:21:43 +0000 (20:21 +0000)
Fix usage message to avoid referring to parameters as "files".
b=14471

lustre/utils/lctl.c

index e896f18..12eea31 100644 (file)
@@ -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"},