From 9a6f1b1cee301c19ca7d4c492363b6accf6456f2 Mon Sep 17 00:00:00 2001 From: Ulrich Dangel Date: Mon, 26 Oct 2009 13:38:31 +0100 Subject: [PATCH] Remove unnecessary newline in syslinux_warning --- grml2usb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.1.4