1
0
mirror of https://github.com/anope/anope.git synced 2026-07-01 02:06:37 +02:00

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
This commit is contained in:
Adam-
2010-03-24 01:31:55 +00:00
parent dafccc1821
commit 766fe138e4
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -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");
+2 -1
View File
@@ -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