mirror of
https://github.com/grahampugh/macadmin-scripts.git
synced 2025-12-17 17:56:33 +00:00
--list option displays available seedprograms to aid with erase-install
This commit is contained in:
parent
68065b8004
commit
1bfd0c71b7
@ -691,6 +691,9 @@ def main():
|
||||
# Output a plist of available updates and quit if list option chosen
|
||||
if args.list:
|
||||
plistlib.writePlist(pl, output_plist)
|
||||
print ('\n'
|
||||
'Valid seeding programs are: %s'
|
||||
% ', '.join(get_seeding_programs()))
|
||||
exit(0)
|
||||
|
||||
# check for validity of specified build if argument supplied
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user