--prefix : defaults to empty string
This commit is contained in:
parent
ba1ada5424
commit
6793a54748
@ -65,7 +65,7 @@ def setup_parser(subparser):
|
|||||||
help='Generate shell script (instead of input for module command)')
|
help='Generate shell script (instead of input for module command)')
|
||||||
|
|
||||||
find_parser.add_argument(
|
find_parser.add_argument(
|
||||||
'-p', '--prefix', dest='prefix',
|
'-p', '--prefix', dest='prefix', default='',
|
||||||
help='Prepend to module names when issuing module load commands')
|
help='Prepend to module names when issuing module load commands')
|
||||||
_add_common_arguments(find_parser)
|
_add_common_arguments(find_parser)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user