Pmodules/modulecmd.bash.in

- missing sub-command 'help' added to dictionary
This commit is contained in:
2017-03-01 14:05:27 +01:00
parent 0cd1c02775
commit 972c0cdcdd
+1
View File
@@ -1878,6 +1878,7 @@ declare -A Subcommands=(\
[initswitch]="subcommand_initswitch" \
[initlist]="subcommand_initlist" \
[initclear]="subcommand_initclear" \
[help]="subcommand_help" \
)
declare -a opts=()