summaryrefslogtreecommitdiff
path: root/src/od.c
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2008-06-11 08:01:31 -0600
committerJim Meyering <meyering@redhat.com>2008-06-13 22:46:50 +0200
commitb83c498809066261dfff99c899751fd1a3669913 (patch)
tree34966dee20dc5ca9616aa9d656a4591618682883 /src/od.c
parent6c79825ce98ac84879c95befd372200ac17e9dad (diff)
downloadcoreutils-b83c498809066261dfff99c899751fd1a3669913.tar.xz
doc: od defaults to -toS, not -td2
* src/od.c (usage): Correct description of default.
Diffstat (limited to 'src/od.c')
-rw-r--r--src/od.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/od.c b/src/od.c
index 4df8e7dae..97e43ea29 100644
--- a/src/od.c
+++ b/src/od.c
@@ -382,7 +382,7 @@ output line. \
"), stdout);
fputs (_("\
--string without a number implies 3. --width without a number\n\
-implies 32. By default, od uses -A o -t d2 -w16.\n\
+implies 32. By default, od uses -A o -t oS -w16.\n\
"), stdout);
emit_bug_reporting_address ();
}