urlfetcher: Point to man page if location URL is invalid

This commit is contained in:
Cole Robinson 2014-09-07 14:01:40 -04:00
parent 46e135c7a1
commit faa0ef5e55

View File

@ -346,7 +346,8 @@ def getDistroStore(guest, fetcher):
raise ValueError( raise ValueError(
_("Could not find an installable distribution at '%s'\n" _("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)) fetcher.location))