From 2ebf767fd816a36cc35944cd24e698ac0c879d4c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Krup=C4=8D=C3=ADk?= <lukas.krupcik@vsb.cz>
Date: Thu, 26 Jan 2017 08:10:30 +0100
Subject: [PATCH] add lmod and modify menu

---
 docs.it4i/software/lmod.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs.it4i/software/lmod.md b/docs.it4i/software/lmod.md
index 37de865f1..d87fa4caa 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|
-- 
GitLab