livemedia-creator: Use sphinx-argparse to document args

Add it to lorax.rst and livemedia-creator.rst
This commit is contained in:
Brian C. Lane 2016-03-18 14:27:49 -07:00
parent 0b9077ceaa
commit 12690a0aa3
2 changed files with 10 additions and 0 deletions

View File

@ -39,6 +39,11 @@ Conventions used in this document:
``image`` is the disk image being created by running livemedia-creator
.. argparse::
:ref: livemedia-creator.get_parser
:prog: livemedia-creator
Quickstart
----------

View File

@ -16,6 +16,11 @@ rawhide version to build the boot.iso for rawhide, along with the rawhide
repositories.
.. argparse::
:ref: lorax.get_parser
:prog: lorax
Quickstart
----------