fix: correct help_message() for -ca -ua; make OS optional

This commit is contained in:
zen0bit 2024-04-29 12:23:40 +02:00 committed by Martin Wimpress
parent b2205dfbd8
commit 3b7f50d3d5

View File

@ -3367,9 +3367,9 @@ Arguments:
--help (-h) : Show this help message
-------------- For testing & development ---------------------
--url (-u) <os> <re> [ed] : Show download URL for an OS release/edition
--url-all (-ua) <os> : Show all download URLs for an OS
--url-all (-ua) [os] : Show all download URLs [for an OS]
--check (-c) <os> [re] [ed] : Check download an OS release/edition is available
--check-all (-ca) <os> : Check all downloads for an OS are available
--check-all (-ca) [os] : Check all downloads [for an OS] are available
--list (-l) : List all supported systems in plain text
--list-csv (-lc) : List all supported systems in csv format
--list-json (-lj) : List all supported systems in json format