diff options
| author | Alexander Barton <alex@barton.de> | 2005-02-11 13:52:37 +0000 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2005-02-11 13:52:37 +0000 |
| commit | ec30cd4e5feb7890ff9e1a0317a6cf06d16a3629 (patch) | |
| tree | 43d65d5016050d4a8152f137ddda2cd8ebe3de0f | |
| parent | f2fbf206b6d945922534f7b3d33a9e8b9771d986 (diff) | |
| download | ngircd-ec30cd4e5feb7890ff9e1a0317a6cf06d16a3629.tar.gz ngircd-ec30cd4e5feb7890ff9e1a0317a6cf06d16a3629.zip | |
Whitespace fixes.
| -rw-r--r-- | src/ngircd/ngircd.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ngircd/ngircd.c b/src/ngircd/ngircd.c index 84b329e3..263c3a54 100644 --- a/src/ngircd/ngircd.c +++ b/src/ngircd/ngircd.c @@ -14,7 +14,7 @@ #include "portab.h" -static char UNUSED id[] = "$Id: ngircd.c,v 1.93 2005/02/10 16:55:52 alex Exp $"; +static char UNUSED id[] = "$Id: ngircd.c,v 1.94 2005/02/11 13:52:37 alex Exp $"; #include "imp.h" #include <assert.h> @@ -580,8 +580,8 @@ Show_Help( VOID ) puts( " -d, --debug log extra debug messages" ); #endif puts( " -f, --config <f> use file <f> as configuration file" ); - puts( " -n, --nodaemon don't fork and don't detach from controlling terminal" ); - puts( " -p, --passive disable automatic connections to other servers" ); + puts( " -n, --nodaemon don't fork and don't detach from controlling terminal" ); + puts( " -p, --passive disable automatic connections to other servers" ); #ifdef SNIFFER puts( " -s, --sniffer enable network sniffer and display all IRC traffic" ); #endif |