diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-01-21 22:16:33 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-01-21 22:16:33 +0000 |
commit | b4537ccc91f8b38fecfeefafb7a0fb6dae526e58 (patch) | |
tree | 2a3a212c48f15b491935039446accec6539183b7 /usr.bin/cmp | |
parent | 376a7101c9729fa84f6c788e573875f4a26bb8bf (diff) |
error
Diffstat (limited to 'usr.bin/cmp')
-rw-r--r-- | usr.bin/cmp/cmp.c | 6 |
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); } |