From ad4ca55543428f909fde8ba03e88d355560fe320 Mon Sep 17 00:00:00 2001 From: David Teigland Date: Thu, 19 May 2016 15:06:56 -0500 Subject: [PATCH] tools: improve error message about VG name and select --- tools/toollib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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="); + log_error("Use --select vg_uuid= in place of the VG name."); dm_list_del(&sl->list); ret = ECMD_FAILED; }