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

Help text omitted 'cuda' option

parent ae06f81f
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment