mirror of https://github.com/kholia/OSX-KVM.git
Add the latest versions to the options
This commit is contained in:
parent
66b69f3c6c
commit
ace120708a
|
@ -508,7 +508,7 @@ def main():
|
||||||
help=f'use specified os type, defaults to default {MLB_ZERO}')
|
help=f'use specified os type, defaults to default {MLB_ZERO}')
|
||||||
parser.add_argument('-diag', '--diagnostics', action='store_true', help='download diagnostics image')
|
parser.add_argument('-diag', '--diagnostics', action='store_true', help='download diagnostics image')
|
||||||
parser.add_argument('-s', '--shortname', type=str, default='',
|
parser.add_argument('-s', '--shortname', type=str, default='',
|
||||||
help='available options: high-sierra, mojave, catalina, big-sur, monterey, ventura')
|
help='available options: high-sierra, mojave, catalina, big-sur, monterey, ventura, sonoma, sequoia')
|
||||||
parser.add_argument('-v', '--verbose', action='store_true', help='print debug information')
|
parser.add_argument('-v', '--verbose', action='store_true', help='print debug information')
|
||||||
parser.add_argument('-db', '--board-db', type=str, default=os.path.join(SELF_DIR, 'boards.json'),
|
parser.add_argument('-db', '--board-db', type=str, default=os.path.join(SELF_DIR, 'boards.json'),
|
||||||
help='use custom board list for checking, defaults to boards.json')
|
help='use custom board list for checking, defaults to boards.json')
|
||||||
|
|
Loading…
Reference in New Issue