summaryrefslogtreecommitdiff
path: root/src/common/command.c
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2007-08-08 14:27:02 +0000
committerSebastien Helleu <flashcode@flashtux.org>2007-08-08 14:27:02 +0000
commitc246d44762369cf4738b626e24d521e245cee5c0 (patch)
treedcf032eb0d2963192bb3024209af0578b40646ec /src/common/command.c
parent09ddfcd860e54c54ced522c95019d334a5e6a961 (diff)
downloadweechat-c246d44762369cf4738b626e24d521e245cee5c0.zip
Fixed /server help message
Diffstat (limited to 'src/common/command.c')
-rw-r--r--src/common/command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/command.c b/src/common/command.c
index 12e9c5297..80dc43e7e 100644
--- a/src/common/command.c
+++ b/src/common/command.c
@@ -208,7 +208,7 @@ t_weechat_command weechat_commands[] =
" realname: real name of user\n"
" copy: duplicate a server\n"
" rename: rename a server\n"
- " keep: remove temporary flag on a server to keep it (in config file)\n"
+ " keep: keep server in config file (for temporary servers only)\n"
" del: delete a server"),
"copy|rename|del|list|listfull %S %S", 0, MAX_ARGS, 0, weechat_cmd_server, NULL },
{ "set", N_("set config options"),