From faa0ef5e55b6fedf0109c2b55aaa9b68a3eee38c Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Sun, 7 Sep 2014 14:01:40 -0400 Subject: [PATCH] urlfetcher: Point to man page if location URL is invalid --- virtinst/urlfetcher.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/virtinst/urlfetcher.py b/virtinst/urlfetcher.py index 294e6312e..9066103f8 100644 --- a/virtinst/urlfetcher.py +++ b/virtinst/urlfetcher.py @@ -346,7 +346,8 @@ def getDistroStore(guest, fetcher): raise ValueError( _("Could not find an installable distribution at '%s'\n" - "The location must be the root directory of an install tree." % + "The location must be the root directory of an install tree.\n" + "See virt-install man page for various distro examples." % fetcher.location))