From 21c0d8f1f051398472bd290430071c1de94d55ac Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 5 Jul 1996 02:29:10 +0000 Subject: [PATCH] (usage): Remove space before newline in usage message. --- src/dd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dd.c b/src/dd.c index 0f8beac0ef..d8a68751b2 100644 --- a/src/dd.c +++ b/src/dd.c @@ -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\ -- 2.47.2