diff --git a/mpcdf_enable_repositories.py b/mpcdf_enable_repositories.py
index 239b28dfb7e1cad58d0be07212830eae29e1dafb..10de2b4360e3f67b22f55a32445d1f047bf0d3f6 100644
--- a/mpcdf_enable_repositories.py
+++ b/mpcdf_enable_repositories.py
@@ -20,7 +20,7 @@ import osc.cmdln
                   help="Restrict the set of CUDA implementations to use")
 @osc.cmdln.option('--set', nargs=1, metavar="FLAGS",
                   help="Modify the set of enabled repositories, without this the current setup is displayed. "
-                       "FLAGS is a comma-separated list of a subset of 'system', 'compilers', 'mpi', 'cuda_mpi'")
+                       "FLAGS is a comma-separated list of a subset of 'system', 'compilers', 'mpi', 'cuda', 'cuda_mpi'")
 @osc.cmdln.alias("mpcdf_enable_repos")
 def do_mpcdf_enable_repositories(self, subcmd, opts, *args):
     """${cmd_name}: Select all appropriate repositories for an MPCDF package