1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-26 10:39:01 +02:00

* src/od.c (usage): Change description of default to use "-w16",

not the now-invalid "-w 16" syntax.  From Dan Jacobson.
This commit is contained in:
Jim Meyering
2006-10-20 15:31:11 +00:00
parent 8d8af1248d
commit 86719b3cd8
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -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)
+1 -1
View File
@@ -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);
}