@@ -275,8 +275,8 @@ def basic_options(self):
275275 'only-blocks' : ("Only build listed blocks" , 'strlist' , 'extend' , None , 'b' , {'metavar' : 'BLOCKS' }),
276276 'rebuild' : ("Rebuild software, even if module already exists (don't skip OS dependencies checks)" ,
277277 None , 'store_true' , False ),
278- 'robot' : ("Enable dependency resolution, using easyconfigs in specified paths" ,
279- 'pathlist' , 'store_or_None' , [], 'r' , {'metavar' : 'PATH[%sPATH]' % os .pathsep }),
278+ 'robot' : ("Enable dependency resolution, optionally consider additional paths to search for easyconfigs " ,
279+ 'pathlist' , 'store_or_None' , [], 'r' , {'metavar' : '[ PATH[%sPATH] ]' % os .pathsep }),
280280 'robot-paths' : ("Additional paths to consider by robot for easyconfigs (--robot paths get priority)" ,
281281 'pathlist' , 'add_flex' , self .default_robot_paths , {'metavar' : 'PATH[%sPATH]' % os .pathsep }),
282282 'search-paths' : ("Additional locations to consider in --search (next to --robot and --robot-paths paths)" ,
@@ -467,7 +467,7 @@ def override_options(self):
467467 'output-style' : ("Control output style; auto implies using Rich if available to produce rich output, "
468468 "with fallback to basic colored output" ,
469469 'choice' , 'store' , OUTPUT_STYLE_AUTO , OUTPUT_STYLES ),
470- 'parallel' : ("Specify (maximum) level of parallellism used during build procedure" ,
470+ 'parallel' : ("Specify (maximum) level of parallelism used during build procedure" ,
471471 'int' , 'store' , None ),
472472 'parallel-extensions-install' : ("Install list of extensions in parallel (if supported)" ,
473473 None , 'store_true' , False ),
0 commit comments