From 2f12d47f6c356cff7a42ae148ea43cf1a40d2d10 Mon Sep 17 00:00:00 2001
From: Holger Brunst <holger.brunst@tu-dresden.de>
Date: Wed, 11 Aug 2021 18:03:35 +0200
Subject: [PATCH] Capitalize broken module load example.

---
 .../docs/software/mpi_usage_error_detection.md                 | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc.zih.tu-dresden.de/docs/software/mpi_usage_error_detection.md b/doc.zih.tu-dresden.de/docs/software/mpi_usage_error_detection.md
index 652982f2a..f346ecd05 100644
--- a/doc.zih.tu-dresden.de/docs/software/mpi_usage_error_detection.md
+++ b/doc.zih.tu-dresden.de/docs/software/mpi_usage_error_detection.md
@@ -26,12 +26,13 @@ combinations. You can query for the available modules with:
 
 ```console
 marie@login$ module avail must
+   MUST/1.6.0-rc3-intel-2018a (L)
 ```
 
 You can load a MUST module as follows:
 
 ```console
-marie@login$ module load must
+marie@login$ module load MUST
 ```
 
 Besides loading a MUST module, no further changes are needed during compilation and linking.
-- 
GitLab