From 359e63d7d9090505b2bb71c4abc5ab11c8b56242 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Thu, 21 Mar 2024 10:33:51 +0100 Subject: [PATCH] link to documatation added to usage/help text --- CHANGELOG.md | 5 ++++- Pmodules/modbuild.in | 4 ++++ Pmodules/modulecmd.bash.in | 4 ++++ 3 files changed, 12 insertions(+), 1 deletion(-) 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() {