From 9b8373cd68ee85964637f717cb9869914b4212be Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Pavel=20Jir=C3=A1sek?= <pavel.jirasek@vsb.cz>
Date: Fri, 27 Jan 2017 10:12:09 +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 7ef13d2cd..e9f9cf43a 100644
--- a/docs.it4i/software/lmod.md
+++ b/docs.it4i/software/lmod.md
@@ -263,7 +263,7 @@ $ which gcc
 
 ## Resetting by Unloading All Modules
 
-To reset your environment back to a clean state, you can use ml purge:
+To reset your environment back to a clean state, you can use ml purge or ml purge --force:
 
 ```bash
 $ ml
-- 
GitLab