change variant to edition per refactoring
This commit is contained in:
parent
4ab01c5231
commit
3f5387f5bc
@ -8,7 +8,7 @@ quickget - download and prepare materials for building a quickemu VM
|
|||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.PP
|
.PP
|
||||||
\f[B]quickget\f[R] [\f[I]os\f[R]] [\f[I]release\f[R]]
|
\f[B]quickget\f[R] [\f[I]os\f[R]] [\f[I]release\f[R]]
|
||||||
[\f[I]variant\f[R]] | [\f[I]OPTION\f[R]]*
|
[\f[I]edition\f[R]] | [\f[I]OPTION\f[R]]*
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
.PP
|
.PP
|
||||||
\f[B]quickget\f[R] will download the requisite materials and prepare a
|
\f[B]quickget\f[R] will download the requisite materials and prepare a
|
||||||
@ -21,11 +21,11 @@ show version (from Quickemu)
|
|||||||
\f[B]list | list_csv | list_json\f[R]
|
\f[B]list | list_csv | list_json\f[R]
|
||||||
provide a csv list of all supported guest OSes, versions and variants.
|
provide a csv list of all supported guest OSes, versions and variants.
|
||||||
.TP
|
.TP
|
||||||
\f[B][OS] [Release] [Variant]\f[R]
|
\f[B][OS] [Release] [Edition]\f[R]
|
||||||
specify the OS and release (and optional variant) if insufficient input
|
specify the OS and release (and optional edition) if insufficient input
|
||||||
is provided a list of missing options will be reported and the script
|
is provided a list of missing options will be reported and the script
|
||||||
will exit.
|
will exit.
|
||||||
Variants may not apply and will be defaulted if not provided.
|
Editions may not apply and will be defaulted if not provided.
|
||||||
.SH NOTES
|
.SH NOTES
|
||||||
.SS Ubuntu Guest
|
.SS Ubuntu Guest
|
||||||
.PP
|
.PP
|
||||||
|
@ -15,7 +15,7 @@ quickget - download and prepare materials for building a quickemu VM
|
|||||||
SYNOPSIS
|
SYNOPSIS
|
||||||
========
|
========
|
||||||
|
|
||||||
**quickget** \[*os*\] \[*release*\] \[*variant*\] \| \[*OPTION*\]\*
|
**quickget** \[*os*\] \[*release*\] \[*edition*\] \| \[*OPTION*\]\*
|
||||||
|
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
===========
|
===========
|
||||||
@ -33,10 +33,10 @@ OPTIONS
|
|||||||
: provide a csv list of all supported guest OSes, versions and
|
: provide a csv list of all supported guest OSes, versions and
|
||||||
variants.
|
variants.
|
||||||
|
|
||||||
**\[OS\] \[Release\] \[Variant\]**
|
**\[OS\] \[Release\] \[Edition\]**
|
||||||
: specify the OS and release (and optional variant) if insufficient
|
: specify the OS and release (and optional edition) if insufficient
|
||||||
input is provided a list of missing options will be reported and the
|
input is provided a list of missing options will be reported and the
|
||||||
script will exit. Variants may not apply and will be defaulted if
|
script will exit. Editions may not apply and will be defaulted if
|
||||||
not provided.
|
not provided.
|
||||||
|
|
||||||
NOTES
|
NOTES
|
||||||
|
Loading…
Reference in New Issue
Block a user