about summary refs log tree commit diff stats
path: root/src/command.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-08-16 00:56:27 +0100
committerJames Booth <boothj5@gmail.com>2012-08-16 00:56:27 +0100
commitd3f5daf11d398ddbaec778bb76cd527908bd2d96 (patch)
treef583c084220d74e3ab0848a7d4e8642cdcd974e6 /src/command.c
parent8b1653f7076c61f317446b7c80093ab0a0381e35 (diff)
downloadprofani-tty-d3f5daf11d398ddbaec778bb76cd527908bd2d96.tar.gz
Improved help on typing notifications
Diffstat (limited to 'src/command.c')
-rw-r--r--src/command.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/command.c b/src/command.c
index 8397bbd9..3334548b 100644
--- a/src/command.c
+++ b/src/command.c
@@ -213,9 +213,9 @@ static struct cmd_t setting_commands[] =
         { "/typing on|off", "Enable/disable typing notifications.",
         { "/typing on|off",
           "--------------",
-          "Switch the typing notifications on or off for incoming messages",
+          "Switch typing notifications on or off for incoming messages",
           "If desktop notifications are also enabled you will receive them",
-          "for typing notifications also.",
+          "for when users are typing a message to you.",
           "",
           "Config file section : [ui]",
           "Config file value :   typing=true|false",