]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
* src/od.c (usage): Change description of default to use "-w16",
authorJim Meyering <jim@meyering.net>
Fri, 20 Oct 2006 15:31:11 +0000 (15:31 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 20 Oct 2006 15:31:11 +0000 (15:31 +0000)
not the now-invalid "-w 16" syntax.  From Dan Jacobson.

ChangeLog
src/od.c

index 6a759e233ae0270f75def6c6db4735a8e7e4908d..d4c23e02172f9c0f1225ed7595ecd7ab0987ffad 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-10-20  Jim Meyering  <jim@meyering.net>
+
+       * 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  <jim@meyering.net>
 
        * bootstrap: Add names to each .gitignore file (if it exists)
index 7c0b5b792e497f1b8a4e1b6bf34fbe9dca6e287a..19871d3128bb0176d259b162d9fe589d7d6492c3 100644 (file)
--- 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);
     }