summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2015-05-28 19:26:38 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2015-05-28 19:26:38 +0000
commit549b5889f68c424e137093db5822eb3dfcfeeb3b (patch)
tree8f7c65c630a85aecbe809ae47616f44a41ca2eb3
parentb89598131c25b93da1ae3ece39fe8de975e7db2a (diff)
probably makes more sense to show "file" as being mandatory;
from sebastien marie
-rw-r--r--usr.bin/file/file.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/file/file.c b/usr.bin/file/file.c
index c6b3af73ea8..fb7c7b88516 100644
--- a/usr.bin/file/file.c
+++ b/usr.bin/file/file.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: file.c,v 1.38 2015/05/18 11:57:52 deraadt Exp $ */
+/* $OpenBSD: file.c,v 1.39 2015/05/28 19:26:37 jmc Exp $ */
/*
* Copyright (c) 2015 Nicholas Marriott <nicm@openbsd.org>
@@ -107,7 +107,7 @@ static struct option longopts[] = {
__dead void
usage(void)
{
- fprintf(stderr, "usage: %s [-bchiLsW] [file ...]\n", __progname);
+ fprintf(stderr, "usage: %s [-bchiLsW] file ...\n", __progname);
exit(1);
}