From ace120708ae31ab7db0d853a70ef6a3905ab10bb Mon Sep 17 00:00:00 2001 From: tskawada Date: Tue, 8 Oct 2024 12:18:26 +0900 Subject: [PATCH] Add the latest versions to the options --- fetch-macOS-v2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fetch-macOS-v2.py b/fetch-macOS-v2.py index 7297e9d..84a9f94 100755 --- a/fetch-macOS-v2.py +++ b/fetch-macOS-v2.py @@ -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')