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/logger.c b/sysklogd/logger.c
index 85c63b8..352bde1 100644
--- a/sysklogd/logger.c
+++ b/sysklogd/logger.c
@@ -122,7 +122,7 @@
 				strncpy(name, optarg, sizeof(name));
 				break;
 			default:
-				usage(logger_usage);
+				show_usage();
 		}
 	}