]> sourceware.org Git - lvm2.git/commitdiff
lvchange: change msg about required params (LV or selection) to be consistent with...
authorPeter Rajnoha <prajnoha@redhat.com>
Fri, 13 Feb 2015 08:04:21 +0000 (09:04 +0100)
committerPeter Rajnoha <prajnoha@redhat.com>
Fri, 13 Feb 2015 08:04:21 +0000 (09:04 +0100)
tools/lvchange.c

index f45469e7ee319ee6655d8238c94c9a0fb8622762..c9466ecc65cb02f3e6a5ab6f912d6191365a1664 100644 (file)
@@ -1153,7 +1153,7 @@ int lvchange(struct cmd_context *cmd, int argc, char **argv)
                cmd->handles_missing_pvs = 1;
 
        if (!argc && !arg_is_set(cmd, select_ARG)) {
-               log_error("Please give logical volume path(s) or provide selection criteria.");
+               log_error("Please give logical volume path(s) or use -S for selection.");
                return EINVALID_CMD_LINE;
        }
 
This page took 0.038445 seconds and 5 git commands to generate.