fix: correct help_message() for -ca -ua; make OS optional
This commit is contained in:
parent
b2205dfbd8
commit
3b7f50d3d5
4
quickget
4
quickget
|
@ -3367,9 +3367,9 @@ Arguments:
|
||||||
--help (-h) : Show this help message
|
--help (-h) : Show this help message
|
||||||
-------------- For testing & development ---------------------
|
-------------- For testing & development ---------------------
|
||||||
--url (-u) <os> <re> [ed] : Show download URL for an OS release/edition
|
--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 (-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 (-l) : List all supported systems in plain text
|
||||||
--list-csv (-lc) : List all supported systems in csv format
|
--list-csv (-lc) : List all supported systems in csv format
|
||||||
--list-json (-lj) : List all supported systems in json format
|
--list-json (-lj) : List all supported systems in json format
|
||||||
|
|
Loading…
Reference in New Issue