about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-10-27 19:46:48 +0100
committerJames Booth <boothj5@gmail.com>2012-10-27 19:46:48 +0100
commit7ba66d7edbb7f028e6c4bdb0f60da9b529b67f98 (patch)
tree29d2653930419ee5d86d5d6629e8e0ec34cc0a7d /src
parent847850742c55876676e22e6b7918361dfe086145 (diff)
downloadprofani-tty-7ba66d7edbb7f028e6c4bdb0f60da9b529b67f98.tar.gz
Rewrote settings help summaries
Diffstat (limited to 'src')
-rw-r--r--src/command.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/command.c b/src/command.c
index 361f53b4..ab24e46d 100644
--- a/src/command.c
+++ b/src/command.c
@@ -207,7 +207,7 @@ static struct cmd_t setting_commands[] =
 {
     { "/beep",
         _cmd_set_beep,
-        { "/beep on|off", "Enable/disable sound notifications.",
+        { "/beep on|off", "Terminal beep on new messages.",
         { "/beep on|off",
           "------------",
           "Switch the terminal bell on or off.",
@@ -221,7 +221,7 @@ static struct cmd_t setting_commands[] =
 
     { "/notify",
         _cmd_set_notify,
-        { "/notify on|off", "Enable/disable message notifications.",
+        { "/notify on|off", "Desktop notifications for new messages.",
         { "/notify on|off",
           "--------------",
           "Switch the message notifications on or off.",
@@ -234,7 +234,7 @@ static struct cmd_t setting_commands[] =
 
     { "/typing",
         _cmd_set_typing,
-        { "/typing on|off", "Enable/disable typing notifications.",
+        { "/typing on|off", "Show when contacts typing.",
         { "/typing on|off",
           "--------------",
           "Switch typing notifications on or off for incoming messages",
@@ -247,7 +247,7 @@ static struct cmd_t setting_commands[] =
 
     { "/remind",
         _cmd_set_remind,
-        { "/remind seconds", "Set message reminder period in seconds.",
+        { "/remind seconds", "Desktop notification reminder of unread messages.",
         { "/remind seconds",
           "--------------",
           "Set the period for new message reminders as desktop notifications.",
@@ -260,7 +260,7 @@ static struct cmd_t setting_commands[] =
 
     { "/flash",
         _cmd_set_flash,
-        { "/flash on|off", "Enable/disable screen flash notifications.",
+        { "/flash on|off", "Terminal flash on new messages.",
         { "/flash on|off",
           "-------------",
           "Make the terminal flash when incoming messages are recieved.",
@@ -274,7 +274,7 @@ static struct cmd_t setting_commands[] =
 
     { "/showsplash",
         _cmd_set_showsplash,
-        { "/showsplash on|off", "Enable/disable splash logo on startup.",
+        { "/showsplash on|off", "Splash logo on startup.",
         { "/showsplash on|off",
           "------------------",
           "Switch on or off the ascii logo on start up.",
@@ -295,7 +295,7 @@ static struct cmd_t setting_commands[] =
 
     { "/chlog",
         _cmd_set_chlog,
-        { "/chlog on|off", "Enable/disable chat logging.",
+        { "/chlog on|off", "Chat logging to file",
         { "/chlog on|off",
           "-------------",
           "Switch chat logging on or off.",
@@ -311,7 +311,7 @@ static struct cmd_t setting_commands[] =
 
     { "/history",
         _cmd_set_history,
-        { "/history on|off", "Enable/disable chat history.",
+        { "/history on|off", "Chat history in message windows.",
         { "/history on|off",
           "-------------",
           "Switch chat history on or off, requires chlog to be enabled.",