mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
urlfetcher: Point to man page if location URL is invalid
This commit is contained in:
parent
46e135c7a1
commit
faa0ef5e55
@ -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))
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user