diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/common/command.c | 2 |
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"), |