On Sat, Aug 5, 2017 at 2:26 PM, Michał Górny <mgo...@gentoo.org> wrote:
> +       parser.add_argument(
> +               '-b', '--bug', dest='bug', action='append', 
> metavar='<BUG-NO|BUG-URL>',
> +               default=[],
> +               help=(
> +                       'Mention a Gentoo or upstream bug in the commit 
> footer; '
> +                       'takes either Gentoo bug number or full bug URL'))
> +
> +       parser.add_argument(
> +               '-c', '--closes', dest='closes', action='append', 
> metavar='<PR-NO|PR-URL>',
> +               default=[],
> +               help=(
> +                       'Adds a Closes footer to close GitHub pull request 
> (or compatible); '
> +                       'takes either GitHub PR number or full PR URL'))
> +

We should document these in repoman/man/repoman.1 as well.
-- 
Thanks,
Zac

Reply via email to