This patch, put together by Manuel Novoa III, is a merge of work
done by Evin Robertson (bug#1105) and work from Manuel to make
usage messages occupy less space and simplify how usage messages
are displayed.
diff --git a/sysklogd/syslogd.c b/sysklogd/syslogd.c
index 7bd4bdc..872728b 100644
--- a/sysklogd/syslogd.c
+++ b/sysklogd/syslogd.c
@@ -519,7 +519,7 @@
 				break;
 #endif
 			default:
-				usage(syslogd_usage);
+				show_usage();
 		}
 	}