From b83c498809066261dfff99c899751fd1a3669913 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Wed, 11 Jun 2008 08:01:31 -0600 Subject: doc: od defaults to -toS, not -td2 * src/od.c (usage): Correct description of default. --- src/od.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (); } -- cgit v1.2.3-54-g00ecf