mirror of
https://github.com/grahampugh/macadmin-scripts.git
synced 2025-12-18 10:16:37 +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:
|
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
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user