diff options
Diffstat (limited to 'usr.bin/sendbug/sendbug.c')
-rw-r--r-- | usr.bin/sendbug/sendbug.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/sendbug/sendbug.c b/usr.bin/sendbug/sendbug.c index 4f476fdcb9f..6a1a555ba2c 100644 --- a/usr.bin/sendbug/sendbug.c +++ b/usr.bin/sendbug/sendbug.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sendbug.c,v 1.36 2007/04/06 03:24:08 ray Exp $ */ +/* $OpenBSD: sendbug.c,v 1.37 2007/04/06 07:24:53 ray Exp $ */ /* * Written by Ray Lai <ray@cyth.net>. @@ -93,7 +93,7 @@ main(int argc, char *argv[]) argc -= optind; argv += optind; - if (argc > 1) + if (argc > 0) usage(); if ((tmpdir = getenv("TMPDIR")) == NULL || tmpdir[0] == '\0') |