diff --git a/docs.it4i/software/debuggers/total-view.md b/docs.it4i/software/debuggers/total-view.md
index 5945832479f6c4d507e0fd393a4f0742bf8129b8..e62f19ddf3fb4c59d432f2f3615827989ad3eb8f 100644
--- a/docs.it4i/software/debuggers/total-view.md
+++ b/docs.it4i/software/debuggers/total-view.md
@@ -4,6 +4,14 @@
 
 TotalView is a GUI-based source code multi-process, multi-thread debugger.
 
+## Installed Versions
+
+For the current list of installed versions, use:
+
+```console
+$ ml av TotalView
+```
+
 ## License and Limitations for Cluster Users
 
 On the cluster, users can debug OpenMP or MPI code that runs up to 64 parallel processes. This limitation means that 1 user can debug up 64 processes, or 32 users can debug 2 processes, etc.
@@ -38,7 +46,6 @@ Load the TotalView module:
 
 ```console
     ml TotalView
-    ml totalview
 ```
 
 Compile the code: