summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864>2010-03-24 01:31:55 +0000
committerAdam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864>2010-03-24 01:31:55 +0000
commit766fe138e4a2c2b66a6aff8b430fcddb5378a57e (patch)
treecbf153a95fded81eef5a0dd9ba0de9a9556706f1
parentdafccc1821110a9f1d5832a13ca61bdd72b5afab (diff)
Document usage of the -protocoldebug option in services help
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2836 5417fbe8-f217-4b02-8779-1006273d7864
-rw-r--r--src/init.c1
-rw-r--r--version.log3
2 files changed, 3 insertions, 1 deletions
diff --git a/src/init.c b/src/init.c
index 8c8e8a345..71a70a6d2 100644
--- a/src/init.c
+++ b/src/init.c
@@ -362,6 +362,7 @@ static int parse_options(int ac, char **av)
fprintf(stdout,
"-expire -expire expiretime(secs)\n");
fprintf(stdout, "-debug -debug\n");
+ fprintf(stdout, "-protocoldebug -protocoldebug\n");
fprintf(stdout, "-nofork -nofork\n");
fprintf(stdout, "-logchan -logchan channelname\n");
fprintf(stdout, "-skeleton -skeleton\n");
diff --git a/version.log b/version.log
index b9d5a204d..6c0b904bf 100644
--- a/version.log
+++ b/version.log
@@ -9,10 +9,11 @@ VERSION_MAJOR="1"
VERSION_MINOR="8"
VERSION_PATCH="3"
VERSION_EXTRA="-svn"
-VERSION_BUILD="2834"
+VERSION_BUILD="2836"
# $Log$ # Changes since 1.8.3 Release
+#Revision 2836 - Document usage of the -protocoldebug option in services help
#Revision 2834 - Removed some unused functions from extern.h and changed docs/IRCD to not tell lies
#Revision 2821 - Fixed bug #1143 - Fixed a blind sprintf in sighandler that would write an error message to unallocated memory
#Revision 2819 - Fixed a bug introduced in r2667 that could cause some access entries to not convert to XOP correctly