Index: help.conf
===================================================================
RCS file: /cvs/unreal/Attic/help.conf,v
retrieving revision 1.1.2.51.2.33
diff -u -b -B -r1.1.2.51.2.33 help.conf
--- help.conf	10 Jul 2007 10:43:21 -0000	1.1.2.51.2.33
+++ help.conf	11 Feb 2010 18:14:22 -0000
@@ -889,19 +889,24 @@
 	" Prompts the server to reread the configuration files.";
 	" IRC Operator only command.";
 	" -";
-	" Syntax: REHASH <servername> -<flags>";
-	"         REHASH -<flags>";
+	" Syntax: REHASH <servername> <flag>";
+	"         REHASH <flag>";
 	" -";
 	" If servername and flags are not specified this rehashes the";
-	" unrealircd.conf , removing any temporary k:lines.";
+	" unrealircd.conf , removing any temporary k:lines. Note that rehashing";
+	" does NOT remove spamfilters, which are viral. See /HELPOP ?SPAMFILTER";
+	" for that.";
 	" If servername is specified, this is used to rehash config files on servername.";
 	" Only NetAdmins may specify a server name.";
 	" -";
 	" The flags are used to rehash other config files, valid flags are:";
-	"  -motd     - Rehashes all MOTD files and RULES files (including tld{})";
-	"  -opermotd - Rehashes the OPERMOTD";
+	/* -all      - the same as without flags */
 	"  -botmotd  - Rehashes the BOTMOTD";
+	"  -dns      - Reinitializes and reloads resolver";
 	"  -garbage  - Force garbage collection";
+	"  -motd     - Rehashes all MOTD files and RULES files (including tld{})";
+	"  -opermotd - Rehashes the OPERMOTD";
+	"  -ssl      - Reloads SSL certificates";
 };
 
 help Restart {
