summaryrefslogtreecommitdiff
path: root/usr.bin/finger/finger.c
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-10-17 10:56:10 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-10-17 10:56:10 +0000
commit97798c5ac0989768f607436c141b06066684cc8b (patch)
tree7ccf84604c99fec46f867073bafacb19590bfecf /usr.bin/finger/finger.c
parentc808a186643e53f6c128d7c67431f7b7b2314219 (diff)
slight update for finger; sort options
Diffstat (limited to 'usr.bin/finger/finger.c')
-rw-r--r--usr.bin/finger/finger.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/finger/finger.c b/usr.bin/finger/finger.c
index 66f100afa1b..d3bdfadd737 100644
--- a/usr.bin/finger/finger.c
+++ b/usr.bin/finger/finger.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: finger.c,v 1.14 2003/06/10 22:20:46 deraadt Exp $ */
+/* $OpenBSD: finger.c,v 1.15 2003/10/17 10:56:09 jmc Exp $ */
/*
* Copyright (c) 1989 The Regents of the University of California.
@@ -50,7 +50,7 @@ char copyright[] =
#ifndef lint
/*static char sccsid[] = "from: @(#)finger.c 5.22 (Berkeley) 6/29/90";*/
-static char rcsid[] = "$OpenBSD: finger.c,v 1.14 2003/06/10 22:20:46 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: finger.c,v 1.15 2003/10/17 10:56:09 jmc Exp $";
#endif /* not lint */
/*
@@ -120,7 +120,7 @@ main(int argc, char *argv[])
case '?':
default:
(void)fprintf(stderr,
- "usage: %s [-lmMpsho] [login ...]\n", __progname);
+ "usage: %s [-hlMmops] [login ...]\n", __progname);
exit(1);
}
argc -= optind;