From 4aa346343842b5bbd272c986c0a283c59f024d78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Tue, 24 Jan 2012 09:59:23 +0100 Subject: [PATCH] - fix description of "osc results --watch" switch --- osc/commandline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osc/commandline.py b/osc/commandline.py index 4e0d1228..dde539c4 100644 --- a/osc/commandline.py +++ b/osc/commandline.py @@ -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,