summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorJosé Fonseca <jrfonseca@users.sourceforge.net>2002-09-29 13:02:26 +0000
committerJosé Fonseca <jrfonseca@users.sourceforge.net>2002-09-29 13:02:26 +0000
commitceba778f9554c6e17382f2331972cac4a593449e (patch)
tree14882bd777465079db31b7eb5bb96a4fc819ae65 /main.c
parent65cd53586ba48574606b74c1d27cfdf1d1dd705a (diff)
Removed the BUGS section of the man page.
Fixed a dipplicate case statement. Added yyerror declaration to fixe the mismathced declaration warning.
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index da685ac..d9019d9 100644
--- a/main.c
+++ b/main.c
@@ -285,7 +285,7 @@ main (int argc, char **argv)
/* Run as a daemon in foreground */
case 'h':
/* Print the persistent host status database */
- case 'h':
+ case 'H':
/* Purge expired entries from the persistent host status database */
case 'p':
/* Print a listing of the queue(s) */