1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-12 03:51:30 +02:00

(usage): Remove space before newline in usage message.

This commit is contained in:
Jim Meyering
1996-07-05 03:39:12 +00:00
parent 7fbe57368e
commit 9824efff73
+1 -1
View File
@@ -398,7 +398,7 @@ version control may be set with VERSION_CONTROL, values are:\n\
\n\
t, numbered make numbered backups\n\
nil, existing numbered if numbered backups exist, simple otherwise\n\
never, simple always make simple backups \n"));
never, simple always make simple backups\n"));
}
exit (status);
}