1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-12-24 00:56:15 +01:00

- fix description of "osc results --watch" switch

This commit is contained in:
Adrian Schröter 2012-01-24 09:59:23 +01:00
parent da85dcd669
commit 4aa3463438

View File

@ -4192,7 +4192,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
@cmdln.option('-v', '--verbose', action='store_true', default=False,
help='more verbose output')
@cmdln.option('-w', '--watch', action='store_true', default=False,
help='permanently watch the result')
help='watch the results until all finished building')
@cmdln.option('', '--xml', action='store_true', default=False,
help='generate output in XML (former results_meta)')
@cmdln.option('', '--csv', action='store_true', default=False,