diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b5ad2f..e5f7ee9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,14 @@ ### modulecmd ### build-system -* fix in parsing arguments issue (#238) +* fix in parsing arguments ()issue #238) ### Toolchain * update to Tcl 8.6.14 (issue #239) +### General +* link to documentation added to usage/help text (issue #237) + ## Version 1.1.17 ### build-system **Fixes** diff --git a/Pmodules/modbuild.in b/Pmodules/modbuild.in index 0c31af8..bc4797b 100755 --- a/Pmodules/modbuild.in +++ b/Pmodules/modbuild.in @@ -153,6 +153,10 @@ MISCELLANEOUS OPTIONS: Install in this overlay. Defaults to '${PMODULES_HOME%%/Tools*}'. --legacy Use legacy configuration files. + +DOCUMENTATION: + Full documentation is available at + http://pmodules.gitpages.psi.ch " exit 1 } diff --git a/Pmodules/modulecmd.bash.in b/Pmodules/modulecmd.bash.in index 739f4c2..1d32b83 100644 --- a/Pmodules/modulecmd.bash.in +++ b/Pmodules/modulecmd.bash.in @@ -2694,6 +2694,10 @@ SUBCOMMANDS: + initswitch modulefile1 modulefile2 + initlist + initclear + +DOCUMENTATION: + Full documentation is available at + http://pmodules.gitpages.psi.ch ' subcommand_help() {