summaryrefslogtreecommitdiff
path: root/usr.bin/biff/biff.c
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2007-02-20 13:41:20 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2007-02-20 13:41:20 +0000
commitdab61a21b99d10f2a355c5e1a23864ac6c3ae976 (patch)
treeab8962692af799fcd68a748c28d31c7ebc11edc6 /usr.bin/biff/biff.c
parent9e3f14ff572cbad297ff0dba1c85560a75e897cb (diff)
sort options; from Igor Sobrado
Diffstat (limited to 'usr.bin/biff/biff.c')
-rw-r--r--usr.bin/biff/biff.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/biff/biff.c b/usr.bin/biff/biff.c
index 6d2c07db556..0bc13268232 100644
--- a/usr.bin/biff/biff.c
+++ b/usr.bin/biff/biff.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: biff.c,v 1.9 2003/06/10 22:20:45 deraadt Exp $ */
+/* $OpenBSD: biff.c,v 1.10 2007/02/20 13:41:19 jmc Exp $ */
/* $NetBSD: biff.c,v 1.3 1995/03/26 02:34:22 glass Exp $ */
/*
@@ -40,7 +40,7 @@ static char copyright[] =
#if 0
static char sccsid[] = "@(#)biff.c 8.1 (Berkeley) 6/6/93";
#else
-static char rcsid[] = "$OpenBSD: biff.c,v 1.9 2003/06/10 22:20:45 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: biff.c,v 1.10 2007/02/20 13:41:19 jmc Exp $";
#endif
#endif /* not lint */
@@ -102,6 +102,6 @@ main(int argc, char *argv[])
static void
usage(void)
{
- (void)fprintf(stderr, "usage: biff [y | n]\n");
+ (void)fprintf(stderr, "usage: biff [n | y]\n");
exit(2);
}