diff options
author | Jim Meyering <jim@meyering.net> | 2006-10-20 15:31:11 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-10-20 15:31:11 +0000 |
commit | 86719b3cd8ac24b4e0c673c4e5d9b16da06721e6 (patch) | |
tree | c8c04bb260b81f8bfdac3dc5725d96622a9523d7 /src | |
parent | 8d8af1248d16cdddae65e74a1ebf181e38aa2be1 (diff) | |
download | coreutils-86719b3cd8ac24b4e0c673c4e5d9b16da06721e6.tar.xz |
* src/od.c (usage): Change description of default to use "-w16",
not the now-invalid "-w 16" syntax. From Dan Jacobson.
Diffstat (limited to 'src')
-rw-r--r-- | src/od.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); } |