diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2014-01-22 15:44:00 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2014-01-22 15:44:00 +0100 |
commit | b49f825d0a2c117be5471a372c7c5dd908b0c346 (patch) | |
tree | c48e2b24059cacab0e2ce2fbc437b6acf21947dc /src | |
parent | a763797d3609ed6c03ef1c23f72699f0b7622478 (diff) | |
download | weechat-b49f825d0a2c117be5471a372c7c5dd908b0c346.zip |
core: fix typo in /help print
Diffstat (limited to 'src')
-rw-r--r-- | src/core/wee-command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/wee-command.c b/src/core/wee-command.c index 00a32cf03..f0fec30ce 100644 --- a/src/core/wee-command.c +++ b/src/core/wee-command.c @@ -7131,7 +7131,7 @@ command_init () " display an error on core buffer:\n" " /print -core -error Some error here\n" " display message on core buffer with prefix \"abc\":\n" - " /print -core abc\tThe message\n" + " /print -core abc\\tThe message\n" " display a message on channel #weechat:\n" " /print -buffer irc.freenode.#weechat Message on #weechat\n" " send alert (BEL):\n" |