Update for new release
[grml2usb.git] / grml2usb
index c63151e..7891339 100755 (executable)
--- a/grml2usb
+++ b/grml2usb
@@ -20,7 +20,7 @@ import fileinput
 import glob
 
 # global variables
-PROG_VERSION = "0.9.14"
+PROG_VERSION = "0.9.15"
 MOUNTED = set()  # register mountpoints
 TMPFILES = set() # register tmpfiles
 DATESTAMP = time.mktime(datetime.datetime.now().timetuple()) # unique identifier for syslinux.cfg
@@ -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)