docs: fix small usage typo
This commit is contained in:
parent
def912cce3
commit
0cfeffbc82
|
@ -129,7 +129,7 @@ You can also use \f[CR]quickget\f[R] with advanced options :
|
|||
.IP
|
||||
.EX
|
||||
\-\-download <os> <release> [edition] : Download image; no VM configuration
|
||||
\-\-create\-config <os> [path/url] [flags] : Create VM config for a OS image
|
||||
\-\-create\-config <os> [path/url] [flags] : Create VM config for an OS image
|
||||
\-\-open\-homepage <os> : Open homepage for the OS
|
||||
\-\-show [os] : Show OS information
|
||||
\-\-version : Show version
|
||||
|
|
|
@ -124,7 +124,7 @@ You can also use `quickget` with advanced options :
|
|||
|
||||
``` text
|
||||
--download <os> <release> [edition] : Download image; no VM configuration
|
||||
--create-config <os> [path/url] [flags] : Create VM config for a OS image
|
||||
--create-config <os> [path/url] [flags] : Create VM config for an OS image
|
||||
--open-homepage <os> : Open homepage for the OS
|
||||
--show [os] : Show OS information
|
||||
--version : Show version
|
||||
|
|
2
quickget
2
quickget
|
@ -3393,7 +3393,7 @@ Advanced usage:
|
|||
|
||||
Arguments:
|
||||
--download <os> <release> [edition] : Download image; no VM configuration
|
||||
--create-config <os> [path/url] [flags] : Create VM config for a OS image
|
||||
--create-config <os> [path/url] [flags] : Create VM config for an OS image
|
||||
--open-homepage <os> : Open homepage for the OS
|
||||
--show [os] : Show OS information
|
||||
--version : Show version
|
||||
|
|
Loading…
Reference in New Issue