]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Fri Apr 26 05:52:03 1996 Karl Eichwalder <ke@ke.Central.DE>
authorJim Meyering <jim@meyering.net>
Sat, 27 Apr 1996 04:10:54 +0000 (04:10 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 27 Apr 1996 04:10:54 +0000 (04:10 +0000)
* ls.c (usage): Add newline at end of printf format string.

src/ls.c

index c64a68bf43229fb35b7faf2ee1c1dafd6277e35b..c31d2b0ba7275d8adfb3b942198152a91e3d93f6 100644 (file)
--- a/src/ls.c
+++ b/src/ls.c
@@ -2175,7 +2175,7 @@ Sort entries alphabetically if none of -cftuSUX nor --sort.\n\
   -X                         sort alphabetically by entry extension\n\
   -1                         list one file per line\n\
       --help                 display this help and exit\n\
-      --version              output version information and exit"));
+      --version              output version information and exit\n"));
     }
   exit (status);
 }