diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-07-05 18:27:42 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-07-05 18:27:42 +0000 |
commit | ccb4f9c4e6f5294e03f03986586a92df0e6ee680 (patch) | |
tree | 01b02ff1118a0fe977625d332867cda2341322dc | |
parent | 7833537f2bb3aa8ed398f991ef0081404f551e45 (diff) |
sync usage() w/ man page synopsis;
-rw-r--r-- | usr.bin/deroff/deroff.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/deroff/deroff.c b/usr.bin/deroff/deroff.c index 1563d0e0aa1..9fa51d3ca29 100644 --- a/usr.bin/deroff/deroff.c +++ b/usr.bin/deroff/deroff.c @@ -1,4 +1,4 @@ -/* $OpenBSD: deroff.c,v 1.6 2004/06/02 14:58:46 tom Exp $ */ +/* $OpenBSD: deroff.c,v 1.7 2005/07/05 18:27:41 jmc Exp $ */ /*- * Copyright (c) 1988, 1993 @@ -72,7 +72,7 @@ static const char copyright[] = #if 0 static const char sccsid[] = "@(#)deroff.c 8.1 (Berkeley) 6/6/93"; #else -static const char rcsid[] = "$OpenBSD: deroff.c,v 1.6 2004/06/02 14:58:46 tom Exp $"; +static const char rcsid[] = "$OpenBSD: deroff.c,v 1.7 2005/07/05 18:27:41 jmc Exp $"; #endif #endif /* not lint */ @@ -1562,7 +1562,7 @@ usage(void) { extern char *__progname; - fprintf(stderr, "usage: %s [-ikpw ] [ -m ( a | e | m | s | l ) ] [ filename ] ... \n", __progname); + fprintf(stderr, "usage: %s [-ikpw] [-m a | e | l | m | s] [file ...]\n", __progname); exit(1); } |