tito report man page missing options

This commit is contained in:
Adam Miller 2013-08-28 12:19:02 -05:00
parent ddca7441ac
commit b894757726

View file

@ -224,7 +224,7 @@ Can be specified using environment variable SCRATCH set to 1 as well.
--yes::
Do not ask to confirm release commits or edit their messages.
`tito report`
`tito report [options]`
~~~~~~~~~~~~~
Display a report of all packages with differences between
@ -232,6 +232,30 @@ HEAD and their most recent tag, as well as a patch for
that diff. Used to determine which packages are in need
of a rebuild.
-h, --help::
show this help message and exit
--debug::
print debug messages (can be also set using DEBUG environment variable)
--offline::
do not attempt any remote communication (avoid using
this please)
-o 'OUTPUTDIR', --output='OUTPUTDIR'::
Write temp files, tarballs and RPMs to 'OUTPUTDIR'.
(default /tmp/tito)
--untagged-diffs::
Print out diffs for all packages with changes between
their most recent tag and HEAD. Useful for determining
which packages are in need of a re-tag.
--untagged-commits::
Print out the list for all packages with changes
between their most recent tag and HEAD. Useful for
determining which packages are in need of a re-tag.
EXAMPLES
--------