about summary refs log tree commit diff stats
path: root/src/ui/console.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-07-27 01:06:10 +0100
committerJames Booth <boothj5@gmail.com>2015-07-27 01:06:10 +0100
commiteb550eedb39fccd845aab82c8ebb8f7af76be180 (patch)
treea3cd2b715a6f9ac043c345880208ad02e4fde980 /src/ui/console.c
parent8119025120b0b511aea8bc3f477d2aff835bd24b (diff)
downloadprofani-tty-eb550eedb39fccd845aab82c8ebb8f7af76be180.tar.gz
Added tags to command definitions
Diffstat (limited to 'src/ui/console.c')
-rw-r--r--src/ui/console.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/console.c b/src/ui/console.c
index a688d5f2..32d7e6c6 100644
--- a/src/ui/console.c
+++ b/src/ui/console.c
@@ -1542,6 +1542,7 @@ cons_help(void)
     cons_show("/help contacts   - List commands for manipulating your roster.");
     cons_show("/help service    - List service discovery commands.");
     cons_show("/help settings   - List commands for changing settings.");
+    cons_show("/help ui         - List commands for configuring the user interface.");
     cons_show("/help navigation - How to navigate around Profanity.");
     cons_show("/help [command]  - Detailed help on a specific command.");
     cons_show("");