1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-01-26 22:56:15 +01:00

Make 'metafromspec' and alias to 'updatepacmetafromspec', to make the command

easier to memorize
This commit is contained in:
Michal Marek 2008-08-08 15:23:03 +00:00
parent d047b30aa8
commit 4df8ffd6ea

View File

@ -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):