From 17327a3db98684399e77306b4b05b54fd145770f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20H=C3=BCwe?= Date: Tue, 7 Apr 2009 18:45:42 +0000 Subject: [PATCH] --exact is more appropriate than --enable-exact (requested by darix) --- osc/commandline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osc/commandline.py b/osc/commandline.py index c5d7fb9e..69044ee5 100755 --- a/osc/commandline.py +++ b/osc/commandline.py @@ -2289,7 +2289,7 @@ Please submit there instead, or use --nodevelproject to force direct submission. @cmdln.option('--repos-baseurl', action='store_true', help='show base URLs of download repositories') - @cmdln.option('-e', '--enable-exact', action='store_true', + @cmdln.option('-e', '--exact', action='store_true', help='show only exact matches') @cmdln.option('--package', action='store_true', help='search for a package')