Update Documentation authored by Peter Heger's avatar Peter Heger
......@@ -309,7 +309,7 @@ Basic commands are:
|--------------------------------|----------------------------|
| `module avail` | Show all available modules |
| `module whatis <module>` | Show a short description of all or a specific module |
| `module display|show <module>` | Show environment changes caused by loading the module |
| `module display/show <module>` | Show environment changes caused by loading the module |
| `module add/load <module>` | Load module `<module>`: sets all necessary variables and loads additional modules if required |
| `module list` | Show all currently loaded modules |
| `module rm|unload <module>` | Remove module `<module>`: removes module-specific environment settings and dependent modules|
......
......