diff options
author | Guillaume Mazoyer <respawneral@gmail.com> | 2014-08-06 00:09:50 +0200 |
---|---|---|
committer | Guillaume Mazoyer <respawneral@gmail.com> | 2014-08-06 00:09:50 +0200 |
commit | 62026ca49b5bff063a06e3b49864947e65cea426 (patch) | |
tree | 8f6dc5e7ee86958c1be496ac70603e0956605122 /index.php | |
parent | 730bc651dba3c47f75bb41970629736642d54c03 (diff) |
Reminder of the command in the help modal.
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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>'; |