From 694094122abd42c3b59749a7ef8f8ca65e7c4b28 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:11:29 +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 c1deaeff2..7ef13d2cd 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 module purge or ml purge: +To reset your environment back to a clean state, you can use ml purge: ```bash $ ml -- GitLab