summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.php b/index.php
index c29a148..1cfbda6 100644
--- a/index.php
+++ b/index.php
@@ -198,8 +198,8 @@ final class LookingGlass {
print '<h4 class="modal-title">Help</h4>';
print '</div>';
print '<div class="modal-body">';
- print '<h4>Command</h4>';
- print '<p id="command-help"></p>';
+ print '<h4>Command <small id="command-reminder"></small></h4>';
+ print '<p id="description-help"></p>';
print '<h4>Parameter</h4>';
print '<p id="parameter-help"></p>';
print '</div>';