Updated for changes arguments and flags
parent
9b6c6883d3
commit
7fc67faa75
|
|
@ -13,11 +13,14 @@ Advanced usage:
|
||||||
|
|
||||||
Arguments:
|
Arguments:
|
||||||
--download <os> <release> [edition] : Download image; no VM configuration
|
--download <os> <release> [edition] : Download image; no VM configuration
|
||||||
--create-config <os> [path/url] : Create VM config for a OS image
|
--create-config <os> [path/url] [flags] : Create VM config for a OS image
|
||||||
--open-homepage <os> : Open homepage for the OS
|
--open-homepage <os> : Open homepage for the OS
|
||||||
--show [os] : Show OS information
|
--show [os] : Show OS information
|
||||||
--version : Show version
|
--version : Show version
|
||||||
--help : Show this help message
|
--help : Show this help message
|
||||||
|
------------------------------------ Flags -------------------------------------
|
||||||
|
--create-config:
|
||||||
|
--disable-unattended : Force quickget not to set up an unattended installation
|
||||||
-------------------------- For testing & development ---------------------------
|
-------------------------- For testing & development ---------------------------
|
||||||
--url [os] [release] [edition] : Show image URL(s)
|
--url [os] [release] [edition] : Show image URL(s)
|
||||||
--check [os] [release] [edition] : Check image URL(s)
|
--check [os] [release] [edition] : Check image URL(s)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue