diff options
author | Jim Meyering <jim@meyering.net> | 1996-07-05 02:29:10 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-07-05 02:29:10 +0000 |
commit | 21c0d8f1f051398472bd290430071c1de94d55ac (patch) | |
tree | 924293532efe38c25616bb6e06ff5fb7d8fe1f87 | |
parent | 316490baea40058593b441b89b50b2643adb01d0 (diff) | |
download | coreutils-21c0d8f1f051398472bd290430071c1de94d55ac.tar.xz |
(usage): Remove space before newline in usage message.
-rw-r--r-- | src/dd.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1110,7 +1110,7 @@ by w for x2, by b for x512, by k for x1024. Each KEYWORD may be:\n\ ascii from EBCDIC to ASCII\n\ ebcdic from ASCII to EBCDIC\n\ ibm from ASCII to alternated EBCDIC\n\ - block pad newline-terminated records with spaces to cbs-size \n\ + block pad newline-terminated records with spaces to cbs-size\n\ unblock replace trailing spaces in cbs-size records with newline\n\ lcase change upper case to lower case\n\ ucase change lower case to upper case\n\ |