diff options
author | 2015-05-28 19:26:37 +0000 | |
---|---|---|
committer | 2015-05-28 19:26:37 +0000 | |
commit | 908b2c0f4ecdad934ca37541dedff788d553e108 (patch) | |
tree | 457f7eee646e73bffe98c8d25be3188d09303d2b | |
parent | Invert the binutils 2.17 logic to only list non-2.17 platforms. (diff) | |
download | wireguard-openbsd-908b2c0f4ecdad934ca37541dedff788d553e108.tar.xz wireguard-openbsd-908b2c0f4ecdad934ca37541dedff788d553e108.zip |
probably makes more sense to show "file" as being mandatory;
from sebastien marie
-rw-r--r-- | usr.bin/file/file.c | 4 |
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); } |