summaryrefslogtreecommitdiff
path: root/src/od.c
diff options
context:
space:
mode:
authorBenno Schulenberg <bensberg@justemail.net>2008-08-20 22:40:03 +0200
committerJim Meyering <meyering@redhat.com>2008-09-19 12:27:36 +0200
commit2298544c64a8706cbc1ebd3acae301704d9488f2 (patch)
tree2e300f971e73e4e7fde5b7ae56c837b960a69661 /src/od.c
parent18efee4e2a03e0d830e9ff337bfe2b1660dd93d6 (diff)
downloadcoreutils-2298544c64a8706cbc1ebd3acae301704d9488f2.tar.xz
od --help: avoid concatening two messages without a newline
src/od.c (usage): Better: make them into two separate paragraphs.
Diffstat (limited to 'src/od.c')
-rw-r--r--src/od.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/od.c b/src/od.c
index 5b4b7bd4a..03347e424 100644
--- a/src/od.c
+++ b/src/od.c
@@ -388,10 +388,10 @@ BYTES is hexadecimal with 0x or 0X prefix, and may have a multiplier suffix:\n\
b 512, kB 1000, K 1024, MB 1000*1000, M 1024*1024,\n\
GB 1000*1000*1000, G 1024*1024*1024, and so on for T, P, E, Z, Y.\n\
Adding a z suffix to any type displays printable characters at the end of each\n\
-output line. \
+output line.\n\
"), stdout);
fputs (_("\
---string without a number implies 3. --width without a number\n\
+Option --string without a number implies 3; option --width without a number\n\
implies 32. By default, od uses -A o -t oS -w16.\n\
"), stdout);
emit_bug_reporting_address ();