summaryrefslogtreecommitdiff
path: root/src/od.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1993-11-15 15:58:21 +0000
committerJim Meyering <jim@meyering.net>1993-11-15 15:58:21 +0000
commit8c26c6bbbaac6e39e6017a0a26455bcce7267e0d (patch)
tree792b3b1b7175df73503180e0857e3f18b1cf0a4f /src/od.c
parentc75156c7c84352cc551cf09f63e15a79c15c0800 (diff)
downloadcoreutils-8c26c6bbbaac6e39e6017a0a26455bcce7267e0d.tar.xz
merge with 1.9.1
Diffstat (limited to 'src/od.c')
-rw-r--r--src/od.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/od.c b/src/od.c
index 3b4ffcac2..35d1cdd0f 100644
--- a/src/od.c
+++ b/src/od.c
@@ -317,13 +317,12 @@ usage (status)
{
printf ("\
Usage: %s [OPTION]... [FILE]...\n\
- or: %s -C [FILE] [[+]OFFSET [[+]LABEL]]\n\
+ or: %s --traditional [FILE] [[+]OFFSET [[+]LABEL]]\n\
",
program_name, program_name);
printf ("\
\n\
-A, --address-radix=RADIX decide how file offsets are printed\n\
- -C, --backward-compatible trigger older syntax\n\
-N, --read-bytes=BYTES limit dump to BYTES input bytes per file\n\
-j, --skip-bytes=BYTES skip BYTES input bytes first on each file\n\
-s, --strings[=BYTES] output strings of at least BYTES graphic chars\n\
@@ -331,6 +330,7 @@ Usage: %s [OPTION]... [FILE]...\n\
-v, --output-duplicates do not use * to mark line suppression\n\
-w, --width[=BYTES] output BYTES bytes per output line\n\
--help display this help and exit\n\
+ --traditional accept arguments in pre-POSIX form\n\
--version output version information and exit\n\
\n\
Pre-POSIX format specifications may be intermixed, they accumulate:\n\