change variant to edition per refactoring

This commit is contained in:
Phil Clifford 2022-02-22 02:34:55 +00:00
parent 4ab01c5231
commit 3f5387f5bc
2 changed files with 8 additions and 8 deletions

View File

@ -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

View File

@ -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