Skip to content
Snippets Groups Projects
Commit 40711e9b authored by Martin Schroschk's avatar Martin Schroschk
Browse files

Fix typo

parent 40d88b57
No related branches found
No related tags found
3 merge requests!412Manual attempt to merge preview into main,!402Solved issue-194. Added missing information regarding usage of SSH config for...,!347Review environment section
...@@ -20,7 +20,7 @@ Using modules is quite straightforward and the following table lists the basic c ...@@ -20,7 +20,7 @@ Using modules is quite straightforward and the following table lists the basic c
|:------------------------------|:-----------------------------------------------------------------| |:------------------------------|:-----------------------------------------------------------------|
| `module help` | Show all module options | | `module help` | Show all module options |
| `module list` | List active modules in the user environment | | `module list` | List active modules in the user environment |
| `module purge` | Remove modules from the user environemnt | | `module purge` | Remove modules from the user environment |
| `module avail` | List all available modules | | `module avail` | List all available modules |
| `module spider` | Search for modules across all environments, can take a parameter | | `module spider` | Search for modules across all environments, can take a parameter |
| `module load <modname>` | Load module `modname` in the user environment | | `module load <modname>` | Load module `modname` in the user environment |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment