diff options
author | Michael Phillips <michaeljoelphillips@gmail.com> | 2014-09-05 11:32:26 -0500 |
---|---|---|
committer | Michael Phillips <michaeljoelphillips@gmail.com> | 2014-09-05 11:39:08 -0500 |
commit | 7023516a8ecf282ef424661694fa4446a60db69c (patch) | |
tree | 5749903357854c2b565182d0019d00e7c5307842 /src | |
parent | bf283652f8b72dcc7e27a593afdeb81beef31729 (diff) | |
download | profani-tty-7023516a8ecf282ef424661694fa4446a60db69c.tar.gz |
Changed summary for /help autoaway to reflect correct parameter 'time'
Diffstat (limited to 'src')
-rw-r--r-- | src/command/command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/command.c b/src/command/command.c index ecfbca3a..6d707afe 100644 --- a/src/command/command.c +++ b/src/command/command.c @@ -736,7 +736,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.", |