diff options
author | James Booth <boothj5@gmail.com> | 2012-07-19 23:52:10 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2012-07-19 23:52:10 +0100 |
commit | d2abe01afa5b21c781c4c4daa9543f8b25d6f8e1 (patch) | |
tree | 0d608fca0226d29d2c1420391f573158c25499be | |
parent | 5f60e4630832ca6dd9b7f3df827297ad638f84c5 (diff) | |
download | profani-tty-d2abe01afa5b21c781c4c4daa9543f8b25d6f8e1.tar.gz |
Added prefs to help
-rw-r--r-- | src/windows.c | 1 |
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."); |