diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-10-04 21:55:13 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-10-04 21:55:13 +0000 |
commit | e89cd58df6435262b00030d5c9cf8395a6937b43 (patch) | |
tree | 61a56cc7cd805e4789f8da9694c85b73e6f785ed /usr.bin/msgs/msgs.c | |
parent | 3b4c684a04e4599c40f21dd0309eb2d27df214cc (diff) |
- sort options
- document -o
- sync usage() with SYNOPSIS
- various tweaks
ok otto@
Diffstat (limited to 'usr.bin/msgs/msgs.c')
-rw-r--r-- | usr.bin/msgs/msgs.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/usr.bin/msgs/msgs.c b/usr.bin/msgs/msgs.c index f855d050963..163656cb449 100644 --- a/usr.bin/msgs/msgs.c +++ b/usr.bin/msgs/msgs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: msgs.c,v 1.27 2003/06/10 22:20:48 deraadt Exp $ */ +/* $OpenBSD: msgs.c,v 1.28 2003/10/04 21:55:12 jmc Exp $ */ /* $NetBSD: msgs.c,v 1.7 1995/09/28 06:57:40 tls Exp $ */ /*- @@ -40,7 +40,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)msgs.c 8.2 (Berkeley) 4/28/95"; #else -static char rcsid[] = "$OpenBSD: msgs.c,v 1.27 2003/06/10 22:20:48 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: msgs.c,v 1.28 2003/10/04 21:55:12 jmc Exp $"; #endif #endif /* not lint */ @@ -237,7 +237,9 @@ main(int argc, char *argv[]) default: fprintf(stderr, - "usage: msgs [fhlopqr] [[-]number]\n"); + "usage: msgs [fhlopqr] [[-]number]\n" + " msgs [-s]\n" + " msgs [-c [-days]]\n"); exit(1); } } |