From 4df8ffd6ea17df6fe517527118867e2dd09ebf6b Mon Sep 17 00:00:00 2001 From: Michal Marek Date: Fri, 8 Aug 2008 15:23:03 +0000 Subject: [PATCH] Make 'metafromspec' and alias to 'updatepacmetafromspec', to make the command easier to memorize --- osc/commandline.py | 1 + 1 file changed, 1 insertion(+) diff --git a/osc/commandline.py b/osc/commandline.py index eb4681cc..b673a13b 100755 --- a/osc/commandline.py +++ b/osc/commandline.py @@ -865,6 +865,7 @@ Please submit there instead, or use --nodevelproject to force direct submission. delete_project(conf.config['apiurl'], project) + @cmdln.alias('metafromspec') @cmdln.option('', '--specfile', metavar='FILE', help='Path to specfile. (if you pass more than working copy this option is ignored)') def do_updatepacmetafromspec(self, subcmd, opts, *args):