--prefix : defaults to empty string

This commit is contained in:
Massimiliano Culpo 2016-06-30 23:18:32 +02:00
parent ba1ada5424
commit 6793a54748

View file

@ -65,7 +65,7 @@ def setup_parser(subparser):
help='Generate shell script (instead of input for module command)')
find_parser.add_argument(
'-p', '--prefix', dest='prefix',
'-p', '--prefix', dest='prefix', default='',
help='Prepend to module names when issuing module load commands')
_add_common_arguments(find_parser)