From 3d00e22d98c0c31857646d0195ab8298c9c95b9f Mon Sep 17 00:00:00 2001
From: Jan Siwiec <jan.siwiec@vsb.cz>
Date: Wed, 15 Apr 2020 11:51:40 +0200
Subject: [PATCH] Update cube.md

---
 docs.it4i/software/debuggers/cube.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs.it4i/software/debuggers/cube.md b/docs.it4i/software/debuggers/cube.md
index e42a55fc4..f6a4ddb06 100644
--- a/docs.it4i/software/debuggers/cube.md
+++ b/docs.it4i/software/debuggers/cube.md
@@ -14,7 +14,7 @@ Each dimension is organized in a tree, for example the time performance metric i
 
 \*Figure 1. Screenshot of CUBE displaying data from Scalasca.\*
 
-Each node in the tree is colored by severity (the color scheme is displayed at the bottom of the window, ranging from the least severe blue to the most severe being red). For example in Figure 1, we can see that most of the point-to-point MPI communication happens in routine exch_qbc, colored red.
+Each node in the tree is colored by severity (the color scheme is displayed at the bottom of the window, ranging from the least severe blue to the most severe being red). For example in Figure 1, we can see that most of the point-to-point MPI communication happens in the `exch_qbc` routine, colored red.
 
 ## Installed Versions
 
@@ -30,7 +30,7 @@ CUBE is a graphical application. Refer to the Graphical User Interface documenta
 !!! note
     Analyzing large data sets can consume large amount of CPU and RAM. Do not perform large analysis on login nodes.
 
-After loading the appropriate module, simply launch the cube command, or alternatively you can use Scalasca -examine command to launch the GUI. Note that for Scalasca data sets, if you do not analyze the data with `scalasca -examine` before opening them with CUBE, not all performance data will be available.
+After loading the appropriate module, simply launch the cube command, or alternatively you can use the `scalasca -examine` command to launch the GUI. Note that for Scalasca data sets, if you do not analyze the data with `scalasca -examine` before opening them with CUBE, not all performance data will be available.
 
 References
 1\.  [Download link][a]
-- 
GitLab