]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
doc: od defaults to -toS, not -td2
authorEric Blake <ebb9@byu.net>
Wed, 11 Jun 2008 14:01:31 +0000 (08:01 -0600)
committerJim Meyering <meyering@redhat.com>
Fri, 13 Jun 2008 20:46:50 +0000 (22:46 +0200)
* src/od.c (usage): Correct description of default.

src/od.c

index 4df8e7dae2b26f615cc9e8c18842f0053332edd1..97e43ea2971f401913d2741a05ecad62e8be2bb2 100644 (file)
--- 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 ();
     }