summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2016-05-19 15:06:56 -0500
committerDavid Teigland <teigland@redhat.com>2016-05-19 15:06:56 -0500
commitad4ca55543428f909fde8ba03e88d355560fe320 (patch)
tree494679206feeb174505d9aab983b6aff39eb2376
parent6247364caf69cce766efcc79d972f70b175c5938 (diff)
downloadlvm2-ad4ca55543428f909fde8ba03e88d355560fe320.tar.gz
tools: improve error message about VG name and select
-rw-r--r--tools/toollib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/toollib.c b/tools/toollib.c
index 4859ec081..17a29e06d 100644
--- a/tools/toollib.c
+++ b/tools/toollib.c
@@ -1979,7 +1979,7 @@ static int _resolve_duplicate_vgnames(struct cmd_context *cmd,
* is unknown.
*/
log_error("Multiple VGs found with the same name: skipping %s", sl->str);
- log_error("Use the VG UUID with --select vg_uuid=<uuid>");
+ log_error("Use --select vg_uuid=<uuid> in place of the VG name.");
dm_list_del(&sl->list);
ret = ECMD_FAILED;
}