Skip to content

Commit

Permalink
minor help fix
Browse files Browse the repository at this point in the history
  • Loading branch information
smoors committed Oct 17, 2023
1 parent d450a80 commit f3eafe6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions easybuild/tools/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,8 +276,8 @@ def basic_options(self):
'only-blocks': ("Only build listed blocks", 'strlist', 'extend', None, 'b', {'metavar': 'BLOCKS'}),
'rebuild': ("Rebuild software, even if module already exists (don't skip OS dependencies checks)",
None, 'store_true', False),
'robot': ("Enable dependency resolution, using easyconfigs in specified paths",
'pathlist', 'store_or_None', [], 'r', {'metavar': 'PATH[%sPATH]' % os.pathsep}),
'robot': ("Enable dependency resolution, optionally consider additional paths to search for easyconfigs",
'pathlist', 'store_or_None', [], 'r', {'metavar': '[PATH[%sPATH]]' % os.pathsep}),
'robot-paths': ("Additional paths to consider by robot for easyconfigs (--robot paths get priority)",
'pathlist', 'add_flex', self.default_robot_paths, {'metavar': 'PATH[%sPATH]' % os.pathsep}),
'search-paths': ("Additional locations to consider in --search (next to --robot and --robot-paths paths)",
Expand Down

0 comments on commit f3eafe6

Please sign in to comment.