X-Git-Url: http://git.grml.org/?a=blobdiff_plain;ds=sidebyside;f=grml2usb;h=27d7108758a00bdb5a45a24da8343c7e8dfb023d;hb=9a6f1b1cee301c19ca7d4c492363b6accf6456f2;hp=c63151e7f42afd555b857638e38a16f0a027dc8e;hpb=a87d43a2bd19085a3e4e9baf56b1db6920349c1c;p=grml2usb.git 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)