about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-09-05 20:36:59 +0100
committerJames Booth <boothj5@gmail.com>2014-09-05 20:36:59 +0100
commitfa28741b7433af9c70671af4ba4328129c5eb89a (patch)
tree8ad97dbb82b9f6382b601b3586eb9f4e31b752f2 /src
parent9728d1a727917aa40b27e2f76c02d5d11759f387 (diff)
parent1fd7de8f5e0aba5648e9cee26d51b3c1ffbaf28c (diff)
downloadprofani-tty-fa28741b7433af9c70671af4ba4328129c5eb89a.tar.gz
Merge branch 'master' into roomconfig
Diffstat (limited to 'src')
-rw-r--r--src/command/command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/command.c b/src/command/command.c
index 73902ad3..f6080468 100644
--- a/src/command/command.c
+++ b/src/command/command.c
@@ -739,7 +739,7 @@ static struct cmd_t command_defs[] =
         { "/autoaway setting value", "Set auto idle/away properties.",
         { "/autoaway setting value",
           "-----------------------",
-          "'setting' may be one of 'mode', 'minutes', 'message' or 'check', with the following values:",
+          "'setting' may be one of 'mode', 'time', 'message' or 'check', with the following values:",
           "",
           "mode    : idle - Sends idle time, whilst your status remains online.",
           "          away - Sends an away presence.",