style: update help_message() to remove shorthand arguments
This commit is contained in:
parent
c981e8b8e5
commit
ca70e88330
24
quickget
24
quickget
|
|
@ -3416,22 +3416,22 @@ Usage:
|
||||||
quickget ubuntu 22.04
|
quickget ubuntu 22.04
|
||||||
|
|
||||||
Advanced usage:
|
Advanced usage:
|
||||||
quickget <arg> [path] <os> [re] [ed]
|
quickget <arg> [path] <os> [release] [edition]
|
||||||
quickget --download ubuntu 22.04
|
quickget --download ubuntu 22.04
|
||||||
|
|
||||||
Arguments:
|
Arguments:
|
||||||
-[12345] <os> : Show info* about OS
|
-[12345] <os> : Show info* about OS
|
||||||
--download (-d) <os> <re> [ed] : Download image; no VM configuration
|
--download <os> <release> [edition] : Download image; no VM configuration
|
||||||
--create-config (-cc) <os> [path/url]: Create default VM config for image
|
--create-config <os> [path/url] : Create VM config for a OS image
|
||||||
--open-homepage (-o) <os> : Open homepage for the OS
|
--open-homepage <os> : Open homepage for the OS
|
||||||
--version (-v) : Show version
|
--version : Show version
|
||||||
--help (-h) : Show this help message
|
--help : Show this help message
|
||||||
-------------------------- For testing & development ---------------------------
|
-------------------------- For testing & development ---------------------------
|
||||||
--url (-u) [os] [re] [ed] : Show image URL(s)
|
--url [os] [release] [edition] : Show image URL(s)
|
||||||
--check (-c) [os] [re] [ed] : Check image URL(s)
|
--check [os] [release] [edition] : Check image URL(s)
|
||||||
--list (-l) : List all supported systems
|
--list : List all supported systems
|
||||||
--list-csv (-lc) : List everything in csv format
|
--list-csv : List everything in csv format
|
||||||
--list-json (-lj) : List everything in json format
|
--list-json : List everything in json format
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
*info: 1=Logo 2=Based of 3=Credentials 4=Homepage 5=Short info
|
*info: 1=Logo 2=Based of 3=Credentials 4=Homepage 5=Short info
|
||||||
Can be used in any combination like -13254 or -52
|
Can be used in any combination like -13254 or -52
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue