Merge pull request #2760 from DimStar77/cycle-help

osc-cycle: add option list to help output
This commit is contained in:
Stephan Kulow 2022-03-21 17:38:05 +01:00 committed by GitHub
commit 4833385205
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: