about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-07-19 23:52:10 +0100
committerJames Booth <boothj5@gmail.com>2012-07-19 23:52:10 +0100
commitd2abe01afa5b21c781c4c4daa9543f8b25d6f8e1 (patch)
tree0d608fca0226d29d2c1420391f573158c25499be
parent5f60e4630832ca6dd9b7f3df827297ad638f84c5 (diff)
downloadprofani-tty-d2abe01afa5b21c781c4c4daa9543f8b25d6f8e1.tar.gz
Added prefs to help
-rw-r--r--src/windows.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/windows.c b/src/windows.c
index aa401e85..5a0b12d7 100644
--- a/src/windows.c
+++ b/src/windows.c
@@ -338,6 +338,7 @@ void cons_help(void)
     cons_show("Basic Commands:");
     cons_show("");
     cons_show("/help                    : This help.");
+    cons_show("/prefs                   : Show current UI preferences.");
     cons_show("/connect user@host       : Login to jabber.");
     cons_show("/msg user@host mesg      : Send mesg to user.");
     cons_show("/close                   : Close a chat window.");