From 11355d0f7ae04c9897bc7a628810d3da5eebed65 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lorenz=20H=C3=BCdepohl?= <lorenz.huedepohl@rzg.mpg.de>
Date: Mon, 9 Apr 2018 09:57:54 +0200
Subject: [PATCH] Help text omitted 'cuda' option

---
 mpcdf_enable_repositories.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mpcdf_enable_repositories.py b/mpcdf_enable_repositories.py
index 239b28d..10de2b4 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
-- 
GitLab