summaryrefslogtreecommitdiff
path: root/src
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 /src
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
Diffstat (limited to 'src')
-rw-r--r--src/init.c1
1 files changed, 1 insertions, 0 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");