From: Eric Blake Date: Wed, 11 Jun 2008 14:01:31 +0000 (-0600) Subject: doc: od defaults to -toS, not -td2 X-Git-Tag: v7.0~188 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b83c498809066261dfff99c899751fd1a3669913;p=thirdparty%2Fcoreutils.git doc: od defaults to -toS, not -td2 * src/od.c (usage): Correct description of default. --- diff --git a/src/od.c b/src/od.c index 4df8e7dae2..97e43ea297 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 (); }