Skip to content
Snippets Groups Projects
Commit f6e781d4 authored by Lorenz Huedepohl's avatar Lorenz Huedepohl
Browse files

An alias with the same name is not allowed

parent 0bf0f9ba
No related branches found
No related tags found
No related merge requests found
Pipeline #67038 passed
......@@ -15,7 +15,7 @@ import osc.cmdln
help="Source project")
@osc.cmdln.option('-t', '--to',
help="Just sync with this single destination project")
@osc.cmdln.alias("mpcdf_sync_projects")
@osc.cmdln.alias("mpcdf_sync_proj")
def do_mpcdf_sync_projects(self, subcmd, opts, *args):
"""${cmd_name}: Branch all/missing packages from a project to another and sync their metadata
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment