summaryrefslogtreecommitdiff
path: root/src/irc
diff options
context:
space:
mode:
authorJilles Tjoelker <jilles@irssi.org>2007-06-08 15:59:02 +0000
committerjilles <jilles@dbcabf3a-b0e7-0310-adc4-f8d773084564>2007-06-08 15:59:02 +0000
commit10ae40c3688388ef40cf2fb272258bb75970d2cc (patch)
tree1f7dc0bcebfebc53344865bba67e228b3ccda300 /src/irc
parentff63982d4f46d2c671215dcf89cc1b4aa136ac56 (diff)
downloadirssi-10ae40c3688388ef40cf2fb272258bb75970d2cc.zip
Various updates/enhancements/fixes to the help files.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4545 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/irc')
-rw-r--r--src/irc/core/irc-commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/irc/core/irc-commands.c b/src/irc/core/irc-commands.c
index e829eaa3..45fb0090 100644
--- a/src/irc/core/irc-commands.c
+++ b/src/irc/core/irc-commands.c
@@ -1029,7 +1029,7 @@ void irc_commands_init(void)
command_bind_irc("map", NULL, (SIGNAL_FUNC) command_self);
/* SYNTAX: MOTD [<server>|<nick>] */
command_bind_irc("motd", NULL, (SIGNAL_FUNC) command_self);
- /* SYNTAX: REHASH */
+ /* SYNTAX: REHASH [<option>] */
command_bind_irc("rehash", NULL, (SIGNAL_FUNC) command_self);
/* SYNTAX: STATS <type> [<server>] */
command_bind_irc("stats", NULL, (SIGNAL_FUNC) command_self);