1
0
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:
Zdenek Kabelac 2014-05-21 23:10:35 +02:00
parent aafd7c878c
commit a4ac21aded

View File

@ -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;
} }