mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-03 05:18:29 +03:00
cleanup: make error message more readable
This commit is contained in:
parent
aafd7c878c
commit
a4ac21aded
@ -177,7 +177,7 @@ int pvchange(struct cmd_context *cmd, int argc, char **argv)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (arg_count(cmd, all_ARG) && argc) {
|
if (arg_count(cmd, all_ARG) && argc) {
|
||||||
log_error("Option a and PhysicalVolumePath are exclusive");
|
log_error("Option --all and PhysicalVolumePath are exclusive.");
|
||||||
return EINVALID_CMD_LINE;
|
return EINVALID_CMD_LINE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user