summaryrefslogtreecommitdiffstats
path: root/usr.bin/cmp
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1998-01-21 22:16:32 +0000
committerderaadt <deraadt@openbsd.org>1998-01-21 22:16:32 +0000
commit2675c2c1e436241be88cb794ccd06179ca54a1ed (patch)
tree295f0daae05917e2edadd643793f8add312fc45e /usr.bin/cmp
parentsupport expanded panicstr; and add vsprintf back (diff)
downloadwireguard-openbsd-2675c2c1e436241be88cb794ccd06179ca54a1ed.tar.xz
wireguard-openbsd-2675c2c1e436241be88cb794ccd06179ca54a1ed.zip
error
Diffstat (limited to 'usr.bin/cmp')
-rw-r--r--usr.bin/cmp/cmp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/cmp/cmp.c b/usr.bin/cmp/cmp.c
index c8bee9483fc..44eb7d1af02 100644
--- a/usr.bin/cmp/cmp.c
+++ b/usr.bin/cmp/cmp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cmp.c,v 1.6 1997/06/12 19:45:21 deraadt Exp $ */
+/* $OpenBSD: cmp.c,v 1.7 1998/01/21 22:16:32 deraadt Exp $ */
/* $NetBSD: cmp.c,v 1.7 1995/09/08 03:22:56 tls Exp $ */
/*
@@ -44,7 +44,7 @@ static char copyright[] =
#if 0
static char sccsid[] = "@(#)cmp.c 8.3 (Berkeley) 4/2/94";
#else
-static char rcsid[] = "$OpenBSD: cmp.c,v 1.6 1997/06/12 19:45:21 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: cmp.c,v 1.7 1998/01/21 22:16:32 deraadt Exp $";
#endif
#endif /* not lint */
@@ -164,6 +164,6 @@ usage()
{
(void)fprintf(stderr,
- "usage: cmp [-l | s] file1 file2 [skip1 [skip2]]\n");
+ "usage: cmp [-l | -s] file1 file2 [skip1 [skip2]]\n");
exit(ERR_EXIT);
}