mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-10 16:58:47 +03:00
lvchange: change msg about required params (LV or selection) to be consistent with msgs used in other tools
This commit is contained in:
parent
e4e703ab60
commit
e1710f34bb
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user