osc-cycle: add option list to help output

This commit is contained in:
Dominique Leuenberger 2022-03-21 14:55:27 +01:00
parent 0b6739ce5c
commit 1a26c02020
Signed by untrusted user: dimstar
GPG Key ID: 14C1CBBAC1E4B014

View File

@ -13,6 +13,7 @@ def do_cycle(self, subcmd, opts, *args):
Examples:
osc cycle <pkg1> <pkg2> <pkg3> # outputs a dot file showing the relation between the listed packages
${cmd_option_list}
"""
if len(args) == 0: