minor change to output when choosing invalud os or version

This commit is contained in:
Graham R Pugh 2020-08-05 11:25:48 +02:00
parent b90cdda765
commit 278f2fa889

View File

@ -1040,7 +1040,7 @@ def main():
except NameError: except NameError:
print( print(
"\n" "\n"
"Item # %s is not available. " "Version %s is not available. "
"Run again without --version argument " "Run again without --version argument "
"to select a valid build to download.\n" % args.version "to select a valid build to download.\n" % args.version
) )
@ -1056,7 +1056,7 @@ def main():
except NameError: except NameError:
print( print(
"\n" "\n"
"Item # %s is not available. " "OS %s is not available. "
"Run again without --os argument " "Run again without --os argument "
"to select a valid build to download.\n" % args.os "to select a valid build to download.\n" % args.os
) )