diff --git a/docs.it4i/software/lmod.md b/docs.it4i/software/lmod.md index 37de865f10a712650f065ce3fd476a3d090e35ec..d87fa4caa31822ac7a87b6f3fb96075e81525daa 100644 --- a/docs.it4i/software/lmod.md +++ b/docs.it4i/software/lmod.md @@ -17,11 +17,11 @@ Introduction Below you will find more details and examples. -|command|equivalent| +|command|equivalent/explanation| |---|---| |ml|module list| |ml GCC/6.2.0-2.27|module load GCC/6.2.0-2.27| -|ml -GCC| module unload GCC| +|ml -GCC/6.2.0-2.27| module unload GCC/6.2.0-2.27| |ml av|module avail| |ml show GCC/6.2.0-2.27|module show GCC| |ml spider|gcc searches (case-insensitive) for gcc in all available modules|