mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-06-28 02:19:39 +02:00
link to documatation added to usage/help text
This commit is contained in:
+4
-1
@@ -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**
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
@@ -2694,6 +2694,10 @@ SUBCOMMANDS:
|
||||
+ initswitch modulefile1 modulefile2
|
||||
+ initlist
|
||||
+ initclear
|
||||
|
||||
DOCUMENTATION:
|
||||
Full documentation is available at
|
||||
http://pmodules.gitpages.psi.ch
|
||||
'
|
||||
|
||||
subcommand_help() {
|
||||
|
||||
Reference in New Issue
Block a user