diff options
author | Jim Meyering <jim@meyering.net> | 1993-10-24 20:00:39 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1993-10-24 20:00:39 +0000 |
commit | 3bc2827212cbdb43d877ae46a5a3713d807411e8 (patch) | |
tree | 9509280b345391caef8a619c753b7680b453fccf /src/od.c | |
parent | 6d920eca0c6cae9faf401333316cd3698883fbc2 (diff) | |
download | coreutils-3bc2827212cbdb43d877ae46a5a3713d807411e8.tar.xz |
merge with 1.8h
Diffstat (limited to 'src/od.c')
-rw-r--r-- | src/od.c | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -322,14 +322,14 @@ Usage: %s [OPTION]... [FILE]...\n\ program_name, program_name); printf ("\ \n\ - -A, --address-radix RADIX decide how file offsets are printed\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\ - -t, --format TYPE select output format or formats\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\ + -t, --format=TYPE select output format or formats\n\ -v, --output-duplicates do not use * to mark line suppression\n\ - -w, --width [BYTES] output BYTES bytes per output line\n\ + -w, --width[=BYTES] output BYTES bytes per output line\n\ --help display this help and exit\n\ --version output version information and exit\n\ \n\ |