diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-08-20 14:30:50 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-08-20 14:30:50 +0200 |
commit | 64bbb327bb80b00928c032302f6410017211b361 (patch) | |
tree | 53fc2a550f0d583ceccbfa2aa5f461dc7ab0d0b3 /src | |
parent | 12a37a90758cdd6af0839a8a6cd2236dc4a518c0 (diff) | |
download | weechat-64bbb327bb80b00928c032302f6410017211b361.zip |
core: improve help of command /away
Diffstat (limited to 'src')
-rw-r--r-- | src/core/wee-command.c | 4 |
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)"), |