diff options
author | Jim Meyering <jim@meyering.net> | 1993-10-18 03:22:20 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1993-10-18 03:22:20 +0000 |
commit | 712ac6d5a0122dbcbc89669143580de1326f1d46 (patch) | |
tree | 7b008a9882d5765ee7e3d4891a89ab79facf1644 /src/dd.c | |
parent | 47ff7adaa21056ee5e3e8bbcd72f052e1b03816a (diff) | |
download | coreutils-712ac6d5a0122dbcbc89669143580de1326f1d46.tar.xz |
add newline back, but only for --help output
Diffstat (limited to 'src/dd.c')
-rw-r--r-- | src/dd.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1080,6 +1080,7 @@ Usage: %s [OPTION]...\n\ if (status == 0) printf ("\ +\n\ bs=BYTES force ibs=BYTES and obs=BYTES\n\ cbs=BYTES convert BYTES bytes at a time\n\ conv=KEYWORDS convert the file as per the comma separated keyword list\n\ |