diff options
author | Eric Blake <ebb9@byu.net> | 2008-06-11 08:01:31 -0600 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2008-06-13 22:46:50 +0200 |
commit | b83c498809066261dfff99c899751fd1a3669913 (patch) | |
tree | 34966dee20dc5ca9616aa9d656a4591618682883 | |
parent | 6c79825ce98ac84879c95befd372200ac17e9dad (diff) | |
download | coreutils-b83c498809066261dfff99c899751fd1a3669913.tar.xz |
doc: od defaults to -toS, not -td2
* src/od.c (usage): Correct description of default.
-rw-r--r-- | src/od.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 (); } |