summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorGuillaume Mazoyer <respawneral@gmail.com>2014-08-06 00:09:50 +0200
committerGuillaume Mazoyer <respawneral@gmail.com>2014-08-06 00:09:50 +0200
commit62026ca49b5bff063a06e3b49864947e65cea426 (patch)
tree8f6dc5e7ee86958c1be496ac70603e0956605122 /index.php
parent730bc651dba3c47f75bb41970629736642d54c03 (diff)
Reminder of the command in the help modal.
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>';