"mail.local -H" is valid usage.
authormillert <millert@openbsd.org>
Fri, 28 Mar 1997 02:16:40 +0000 (02:16 +0000)
committermillert <millert@openbsd.org>
Fri, 28 Mar 1997 02:16:40 +0000 (02:16 +0000)
libexec/mail.local/mail.local.c

index 7ee9de3..fb98d49 100644 (file)
@@ -39,7 +39,7 @@ char copyright[] =
 
 #ifndef lint
 /*static char sccsid[] = "from: @(#)mail.local.c       5.6 (Berkeley) 6/19/91";*/
-static char rcsid[] = "$Id: mail.local.c,v 1.12 1997/02/12 15:12:27 deraadt Exp $";
+static char rcsid[] = "$Id: mail.local.c,v 1.13 1997/03/28 02:16:40 millert Exp $";
 #endif /* not lint */
 
 #include <sys/param.h>
@@ -112,7 +112,7 @@ main(argc, argv)
        argc -= optind;
        argv += optind;
 
-       if (!*argv)
+       if (!*argv && !holdme)
                usage();
 
        if (holdme)