Skip to content

Commit 33d27e3

Browse files
committed
update help message for --external-modules-metadata
1 parent 4ac2f6d commit 33d27e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

easybuild/tools/options.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -449,8 +449,8 @@ def config_options(self):
449449
'buildpath': ("Temporary build path", None, 'store', mk_full_default_path('buildpath')),
450450
'containerpath': ("Location where container recipe & image will be stored", None, 'store',
451451
mk_full_default_path('containerpath')),
452-
'external-modules-metadata': ("List of files specifying metadata for external modules (INI format)",
453-
'strlist', 'store', None),
452+
'external-modules-metadata': ("List of (glob patterns for) paths to files specifying metadata "
453+
"for external modules (INI format)", 'strlist', 'store', None),
454454
'hooks': ("Location of Python module with hook implementations", 'str', 'store', None),
455455
'ignore-dirs': ("Directory names to ignore when searching for files/dirs",
456456
'strlist', 'store', ['.git', '.svn']),

0 commit comments

Comments
 (0)