]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
od --help: avoid concatening two messages without a newline
authorBenno Schulenberg <bensberg@justemail.net>
Wed, 20 Aug 2008 20:40:03 +0000 (22:40 +0200)
committerJim Meyering <meyering@redhat.com>
Fri, 19 Sep 2008 10:27:36 +0000 (12:27 +0200)
src/od.c (usage): Better: make them into two separate paragraphs.

src/od.c

index 5b4b7bd4a6b6c297aadadab07a827582a05dac17..03347e4248a7b6be8d6c2d3af36410d4cbe0d4c2 100644 (file)
--- 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 ();