From 278f2fa889e99c29fccbe3d2c2cb45cd9a69308b Mon Sep 17 00:00:00 2001 From: Graham R Pugh Date: Wed, 5 Aug 2020 11:25:48 +0200 Subject: [PATCH] minor change to output when choosing invalud os or version --- installinstallmacos.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installinstallmacos.py b/installinstallmacos.py index 2b07bab..0c066e0 100755 --- a/installinstallmacos.py +++ b/installinstallmacos.py @@ -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 )