qvm-template: Improve help message for --upgrades
This commit is contained in:
parent
d65d3c741a
commit
6b3858314d
@ -208,7 +208,7 @@ Options
|
|||||||
|
|
||||||
.. option:: --upgrades
|
.. option:: --upgrades
|
||||||
|
|
||||||
Show upgradable templates.
|
Show available upgrades.
|
||||||
|
|
||||||
.. option:: --machine-readable
|
.. option:: --machine-readable
|
||||||
|
|
||||||
@ -296,7 +296,7 @@ Options
|
|||||||
|
|
||||||
.. option:: --upgrades
|
.. option:: --upgrades
|
||||||
|
|
||||||
Show upgradable templates.
|
Show available upgrades.
|
||||||
|
|
||||||
.. option:: --machine-readable
|
.. option:: --machine-readable
|
||||||
|
|
||||||
|
@ -142,7 +142,7 @@ def parser_gen() -> argparse.ArgumentParser:
|
|||||||
help=('Show extras (e.g., ones that exist'
|
help=('Show extras (e.g., ones that exist'
|
||||||
' locally but not in repos) templates.'))
|
' locally but not in repos) templates.'))
|
||||||
parser_x.add_argument('--upgrades', action='store_true',
|
parser_x.add_argument('--upgrades', action='store_true',
|
||||||
help='Show upgradable templates.')
|
help='Show available upgrades.')
|
||||||
readable = parser_x.add_mutually_exclusive_group()
|
readable = parser_x.add_mutually_exclusive_group()
|
||||||
readable.add_argument('--machine-readable', action='store_true',
|
readable.add_argument('--machine-readable', action='store_true',
|
||||||
help='Enable machine-readable output.')
|
help='Enable machine-readable output.')
|
||||||
|
Loading…
Reference in New Issue
Block a user