[syslinux] [trivial patch] add newline after help output

Michael Tokarev mjt at tls.msk.ru
Tue Aug 17 11:39:58 PDT 2010


Without this final newline the help output
looks quite ugly...

Signed-Off-By: Michael Tokarev <mjt at tls.msk.ru>

if that's really needed for such trivial things...

Thanks!

/mjt

--- syslinux-4.02/libinstaller/syslxopt.c.orig	2010-07-21 23:33:13.000000000 +0400
+++ syslinux-4.02/libinstaller/syslxopt.c	2010-08-17 22:37:24.955852630 +0400
@@ -125,5 +125,5 @@ void __attribute__ ((noreturn)) usage(in
 	    "\n"
 	    "  The -z option is useful for USB devices which are considered\n"
-	    "  hard disks by some BIOSes and zipdrives by other BIOSes.");
+	    "  hard disks by some BIOSes and zipdrives by other BIOSes.\n");

     exit(rv);




More information about the Syslinux mailing list