From 32d489376d22b65c8baa35ee3a168a4816dc545f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Pavel=20Jir=C3=A1sek?= <pavel.jirasek@vsb.cz>
Date: Fri, 27 Jan 2017 09:58:22 +0100
Subject: [PATCH] Fix ml instead confusing module

---
 docs.it4i/software/lmod.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs.it4i/software/lmod.md b/docs.it4i/software/lmod.md
index b55ee4a18..e43df08b9 100644
--- a/docs.it4i/software/lmod.md
+++ b/docs.it4i/software/lmod.md
@@ -168,7 +168,7 @@ Use "module keyword key1 key2 ..." to search for all possible modules matching a
 
 ## Inspecting a Module
 
-To see how a module would change the environment, use module show or ml show:
+To see how a module would change the environment, use ml show or ml show:
 
 ```bash
 $ ml show Python/3.5.2
-- 
GitLab