mirror of
https://github.com/grahampugh/macadmin-scripts.git
synced 2025-12-17 17:56:33 +00:00
minor change to output when choosing invalud os or version
This commit is contained in:
parent
b90cdda765
commit
278f2fa889
@ -1040,7 +1040,7 @@ def main():
|
||||
except NameError:
|
||||
print(
|
||||
"\n"
|
||||
"Item # %s is not available. "
|
||||
"Version %s is not available. "
|
||||
"Run again without --version argument "
|
||||
"to select a valid build to download.\n" % args.version
|
||||
)
|
||||
@ -1056,7 +1056,7 @@ def main():
|
||||
except NameError:
|
||||
print(
|
||||
"\n"
|
||||
"Item # %s is not available. "
|
||||
"OS %s is not available. "
|
||||
"Run again without --os argument "
|
||||
"to select a valid build to download.\n" % args.os
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user