From a4ac21aded0eec0e93ce0026cb77cd377d8713ef Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Wed, 21 May 2014 23:10:35 +0200 Subject: [PATCH] cleanup: make error message more readable --- tools/pvchange.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pvchange.c b/tools/pvchange.c index f87cd8c7a..afa68293e 100644 --- a/tools/pvchange.c +++ b/tools/pvchange.c @@ -177,7 +177,7 @@ int pvchange(struct cmd_context *cmd, int argc, char **argv) } 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; }