diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-02-06 20:30:00 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-02-06 20:30:00 +0000 |
commit | 242d481214beaa4fb5113040b3012bb8dfa26306 (patch) | |
tree | f2981160abeb8ddd2a17680e7411b033752057b4 /usr.bin/hexdump/odsyntax.c | |
parent | 4fd06ddadf547045acbbd62bc5792a007561f1f4 (diff) |
sync synopsis and usage();
Diffstat (limited to 'usr.bin/hexdump/odsyntax.c')
-rw-r--r-- | usr.bin/hexdump/odsyntax.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/hexdump/odsyntax.c b/usr.bin/hexdump/odsyntax.c index 344bb31bb38..4e10afdf520 100644 --- a/usr.bin/hexdump/odsyntax.c +++ b/usr.bin/hexdump/odsyntax.c @@ -1,4 +1,4 @@ -/* $OpenBSD: odsyntax.c,v 1.14 2006/03/16 01:23:59 deraadt Exp $ */ +/* $OpenBSD: odsyntax.c,v 1.15 2007/02/06 20:29:59 jmc Exp $ */ /* $NetBSD: odsyntax.c,v 1.15 2001/12/07 15:14:29 bjh21 Exp $ */ /*- @@ -32,7 +32,7 @@ #ifndef lint /*static char sccsid[] = "from: @(#)odsyntax.c 5.4 (Berkeley) 3/8/91";*/ -static char rcsid[] = "$OpenBSD: odsyntax.c,v 1.14 2006/03/16 01:23:59 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: odsyntax.c,v 1.15 2007/02/06 20:29:59 jmc Exp $"; #endif /* not lint */ #include <sys/types.h> @@ -303,9 +303,9 @@ void oldusage(void) { extern char *__progname; - fprintf(stderr, "usage: %s [-aBbcDdeFfHhIiLlOovXx] [-j skip] " + fprintf(stderr, "usage: %s [-aBbcDdeFfHhIiLlOovXx] [-j offset] " "[-N length] [-t type_string]\n" - " [[+]offset[.][Bb]] [file ...]\n", __progname); + "\t[[+]offset[.][Bb]] [file ...]\n", __progname); exit(1); } |