From 003c3dad5b30584f784fee08ae5977d8dd7a3b7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20H=C3=BCwe?= Date: Wed, 8 Aug 2007 15:44:14 +0000 Subject: [PATCH] fixed two small typos --- osc/commandline.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/osc/commandline.py b/osc/commandline.py index 4c95c704..02df2cce 100755 --- a/osc/commandline.py +++ b/osc/commandline.py @@ -1627,7 +1627,7 @@ class Osc(cmdln.Cmdln): @cmdln.option('', '--delete-old-files', action='store_true', help='delete existing files from the server') @cmdln.option('-c', '--commit', action='store_true', - help='do not commit the new files') + help='commit the new files') def do_importsrcpkg(self, subcmd, opts, srpm): """${cmd_name}: import a new package from a src.rpm @@ -1726,7 +1726,7 @@ class Osc(cmdln.Cmdln): print 'Package \'%s\' only imported locally' % pac sys.exit(1) else: - print >>sys.stderr, 'error - package already exists' + print >>sys.stderr, 'error - local package already exists' sys.exit(1) print 'Package \'%s\' imported successfully' % pac