summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2006-05-13 17:56:06 +0000
committerSebastien Helleu <flashcode@flashtux.org>2006-05-13 17:56:06 +0000
commitbdaaa6182f2b6e782055ae9b429e298f7b5bdae5 (patch)
tree8e6a6310c29e267484aba076bddd90d300bbc308 /src
parentc7a8d68f70a4e5e1974e64b2d6436f268de2ebbc (diff)
downloadweechat-bdaaa6182f2b6e782055ae9b429e298f7b5bdae5.zip
Fixed typos in doc
Diffstat (limited to 'src')
-rw-r--r--src/common/command.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/common/command.c b/src/common/command.c
index 4cea41a49..3c5644ab8 100644
--- a/src/common/command.c
+++ b/src/common/command.c
@@ -47,10 +47,10 @@
t_weechat_command weechat_commands[] =
{ { "alias", N_("create an alias for a command"),
- N_("[alias_name [command [arguments]]"),
+ N_("[alias_name [command [arguments]]]"),
N_("alias_name: name of alias\n"
- " command: command name (WeeChat or IRC command, without "
- "first '/')\n"
+ " command: command name (WeeChat or IRC command, many commands "
+ "can be separated by semicolons)\n"
"arguments: arguments for command"),
"%- %A", 0, MAX_ARGS, NULL, weechat_cmd_alias },
{ "buffer", N_("manage buffers"),