From: Jim Meyering Date: Fri, 20 Oct 2006 15:31:11 +0000 (+0000) Subject: * src/od.c (usage): Change description of default to use "-w16", X-Git-Tag: COREUTILS-6_4~11 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=86719b3cd8ac24b4e0c673c4e5d9b16da06721e6;p=thirdparty%2Fcoreutils.git * src/od.c (usage): Change description of default to use "-w16", not the now-invalid "-w 16" syntax. From Dan Jacobson. --- diff --git a/ChangeLog b/ChangeLog index 6a759e233a..d4c23e0217 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-10-20 Jim Meyering + + * src/od.c (usage): Change description of default to use "-w16", + not the now-invalid "-w 16" syntax. From Dan Jacobson. + 2006-10-19 Jim Meyering * bootstrap: Add names to each .gitignore file (if it exists) diff --git a/src/od.c b/src/od.c index 7c0b5b792e..19871d3128 100644 --- a/src/od.c +++ b/src/od.c @@ -388,7 +388,7 @@ of output. \ "), stdout); fputs (_("\ --string without a number implies 3. --width without a number\n\ -implies 32. By default, od uses -A o -t d2 -w 16.\n\ +implies 32. By default, od uses -A o -t d2 -w16.\n\ "), stdout); printf (_("\nReport bugs to <%s>.\n"), PACKAGE_BUGREPORT); }