1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-09-20 09:16:16 +02:00

do_updatepacmetafromspec: added "updatepkgmetafromspec" alias

This commit is contained in:
Marcus Huewe 2014-05-22 13:01:44 +02:00
parent 7f21679413
commit a833120ebd

View File

@ -3372,6 +3372,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
sys.exit(1)
@cmdln.alias('metafromspec')
@cmdln.alias('updatepkgmetafromspec')
@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):