1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-11 20:58:50 +03:00

tools: improve error message about VG name and select

This commit is contained in:
David Teigland 2016-05-19 15:06:56 -05:00
parent 6247364caf
commit ad4ca55543

View File

@ -1979,7 +1979,7 @@ static int _resolve_duplicate_vgnames(struct cmd_context *cmd,
* is unknown. * is unknown.
*/ */
log_error("Multiple VGs found with the same name: skipping %s", sl->str); 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); dm_list_del(&sl->list);
ret = ECMD_FAILED; ret = ECMD_FAILED;
} }