From: Ulrich Dangel Date: Mon, 26 Oct 2009 12:38:31 +0000 (+0100) Subject: Remove unnecessary newline in syslinux_warning X-Git-Tag: v0.9.15~1 X-Git-Url: https://git.grml.org/?p=grml2usb.git;a=commitdiff_plain;h=9a6f1b1cee301c19ca7d4c492363b6accf6456f2 Remove unnecessary newline in syslinux_warning --- diff --git a/grml2usb b/grml2usb index c63151e..27d7108 100755 --- a/grml2usb +++ b/grml2usb @@ -28,7 +28,7 @@ GRML_FLAVOURS = set() # which flavours are being installed? global GRML_DEFAULT def syslinux_warning(option, opt, value, parser): - sys.stderr.write("\nNote: the --syslinux option is deprecated as syslinux " + + sys.stderr.write("Note: the --syslinux option is deprecated as syslinux " + "is grml2usb's default. Continuing anyway.\n") setattr(parser.values, option.dest, True)