Add the latest versions to the options

This commit is contained in:
tskawada 2024-10-08 12:18:26 +09:00
parent 66b69f3c6c
commit ace120708a
1 changed files with 1 additions and 1 deletions

View File

@ -508,7 +508,7 @@ def main():
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('-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('-db', '--board-db', type=str, default=os.path.join(SELF_DIR, 'boards.json'),
help='use custom board list for checking, defaults to boards.json')