summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2013-08-20 14:30:50 +0200
committerSebastien Helleu <flashcode@flashtux.org>2013-08-20 14:30:50 +0200
commit64bbb327bb80b00928c032302f6410017211b361 (patch)
tree53fc2a550f0d583ceccbfa2aa5f461dc7ab0d0b3 /src
parent12a37a90758cdd6af0839a8a6cd2236dc4a518c0 (diff)
downloadweechat-64bbb327bb80b00928c032302f6410017211b361.zip
core: improve help of command /away
Diffstat (limited to 'src')
-rw-r--r--src/core/wee-command.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/wee-command.c b/src/core/wee-command.c
index f285cd73f..bbb50866f 100644
--- a/src/core/wee-command.c
+++ b/src/core/wee-command.c
@@ -6086,9 +6086,9 @@ void
command_init ()
{
hook_command (NULL, "away",
- N_("toggle away status"),
+ N_("set or remove away status"),
N_("[-all] [<message>]"),
- N_(" -all: toggle away status on all connected "
+ N_(" -all: set or remove away status on all connected "
"servers\n"
"message: message for away (if no message is "
"given, away status is removed)"),