mirror of
https://github.com/openSUSE/osc.git
synced 2024-12-24 17:16:12 +01:00
- fix description of "osc results --watch" switch
This commit is contained in:
parent
da85dcd669
commit
4aa3463438
@ -4192,7 +4192,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
|
|||||||
@cmdln.option('-v', '--verbose', action='store_true', default=False,
|
@cmdln.option('-v', '--verbose', action='store_true', default=False,
|
||||||
help='more verbose output')
|
help='more verbose output')
|
||||||
@cmdln.option('-w', '--watch', action='store_true', default=False,
|
@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,
|
@cmdln.option('', '--xml', action='store_true', default=False,
|
||||||
help='generate output in XML (former results_meta)')
|
help='generate output in XML (former results_meta)')
|
||||||
@cmdln.option('', '--csv', action='store_true', default=False,
|
@cmdln.option('', '--csv', action='store_true', default=False,
|
||||||
|
Loading…
Reference in New Issue
Block a user