From d03dfd42a1b39ff152851aff2d7c20a06498e6a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20H=C3=BCwe?= Date: Fri, 16 Jan 2009 14:45:27 +0000 Subject: [PATCH] --typo --- osc/commandline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osc/commandline.py b/osc/commandline.py index c21ffe0e..f07555e7 100755 --- a/osc/commandline.py +++ b/osc/commandline.py @@ -940,7 +940,7 @@ Please submit there instead, or use --nodevelproject to force direct submission. help='If rev1 is specified it will compare your working copy against ' 'the revision (rev1) on the server. ' 'If rev1 and rev2 are specified it will compare rev1 against rev2 ' - '(NOTE: changes in your working copy are ignored in this case and)') + '(NOTE: changes in your working copy are ignored in this case)') @cmdln.option('-p', '--pretty', action='store_true', help='output the diff in the pretty diff format') def do_diff(self, subcmd, opts, *args):