diff --git a/mpcdf_set_as_branch.py b/mpcdf_set_as_branch.py
index a29ca94aff91f99c5d1a00f84c9e62dc15f6de9a..b0c6b9950de65f8f42d06f7ca7f6a4f133c5daee 100644
--- a/mpcdf_set_as_branch.py
+++ b/mpcdf_set_as_branch.py
@@ -10,6 +10,7 @@ import osc.core
 import osc.cmdln
 
 
+@osc.cmdln.alias("mpcdf_setbranch")
 def do_mpcdf_set_as_branch(self, subcmd, opts, *args):
     """${cmd_name}: Convert a package to be a branch of another
 
diff --git a/mpcdf_sync_projects.py b/mpcdf_sync_projects.py
index 734c3df233ea9066a1b1502e2c7cbc751992ca0d..792987e3021704aacac210eb4facc0db3cd76377 100644
--- a/mpcdf_sync_projects.py
+++ b/mpcdf_sync_projects.py
@@ -15,6 +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")
 def do_mpcdf_sync_projects(self, subcmd, opts, *args):
     """${cmd_name}: Branch all/missing packages from a project to another and sync their metadata