about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2002-01-21 00:02:11 +0000
committerAlexander Barton <alex@barton.de>2002-01-21 00:02:11 +0000
commit9951e13510a333b8aa908b8b4fa1d8b5b35165b4 (patch)
tree2e23225c9cd57be7e92c8f2f64fcf5f950f969d3 /src
parentd3e0d78d4dab0d6df15e2712f4f931a0521ad967 (diff)
downloadngircd-9951e13510a333b8aa908b8b4fa1d8b5b35165b4.tar.gz
ngircd-9951e13510a333b8aa908b8b4fa1d8b5b35165b4.zip
- Hilfetexte korrigiert und ergaenzt (Sniffer).
Diffstat (limited to 'src')
-rw-r--r--src/ngircd/ngircd.c12
1 files changed, 9 insertions, 3 deletions
diff --git a/src/ngircd/ngircd.c b/src/ngircd/ngircd.c
index a7f6b2d3..570b9158 100644
--- a/src/ngircd/ngircd.c
+++ b/src/ngircd/ngircd.c
@@ -9,11 +9,14 @@
  * Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
  * der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS.
  *
- * $Id: ngircd.c,v 1.20 2002/01/18 11:12:11 alex Exp $
+ * $Id: ngircd.c,v 1.21 2002/01/21 00:02:11 alex Exp $
  *
  * ngircd.c: Hier beginnt alles ;-)
  *
  * $Log: ngircd.c,v $
+ * Revision 1.21  2002/01/21 00:02:11  alex
+ * - Hilfetexte korrigiert und ergaenzt (Sniffer).
+ *
  * Revision 1.20  2002/01/18 11:12:11  alex
  * - der Sniffer wird nun nur noch aktiviert, wenn auf Kommandozeile angegeben.
  *
@@ -406,8 +409,11 @@ LOCAL VOID Show_Help( VOID )
 	puts( "  -d, --debug       log extra debug messages" );
 #endif
         puts( "  -n, --nodaemon    don't fork and don't detatch from controlling terminal" );
- 	puts( "      --version     display this help and exit" );
-	puts( "      --help        output version information and exit" );
+#ifdef SNIFFER
+	puts( "  -s, --sniffer     enable network sniffer and display all IRC traffic" );
+#endif
+ 	puts( "      --version     output version information and exit" );
+	puts( "      --help        display this help and exit" );
 } /* Show_Help */