--- hypermail-2a23/archive/mbox2hypermail.c.org	Tue Jul  6 01:04:10 1999
+++ hypermail-2a23/archive/mbox2hypermail.c	Tue Jul  6 01:57:34 1999
@@ -15,6 +15,9 @@
 ** use any part of this package as long as you do not try to make 
 ** money from it or pretend that you wrote it.  This copyright 
 ** notice must be maintained in any copy made.
+**
+** 5.7.1999 Bernhard Reiter: changed usage message
+**	AFAIK the license of this changed?
 **                                                               
 */
 #include <stdio.h>
@@ -25,7 +28,7 @@
 
 #include "lists.h"
 
-#define USAGE  "usage: %s -D YYYY [ -tvd ] [ mailbox ]\n"
+#define USAGE  "usage: %s -Y YYYY [ -M MON ] [ -c configfile ] [ -tvd ] [ mailbox ]\n"
 
 char *progname;         /* name of executable            */
 char lastline[BUFSIZ];  /* read-behind  buffer           */

