From 6f1e578d593e19aaeaef5399bb4e2bc664cf8105 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Tue, 17 Feb 2009 01:05:47 +0100 Subject: [PATCH] Update PROG_VERSION --- grml2usb.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/grml2usb.py b/grml2usb.py index acc59bd..88de8ba 100755 --- a/grml2usb.py +++ b/grml2usb.py @@ -34,16 +34,16 @@ from inspect import isroutine, isclass import datetime, logging, os, re, subprocess, sys, tempfile, time # global variables -PROG_VERSION = "0.9.2" +PROG_VERSION = "0.9.2(pre1)" mounted = set() # register mountpoints tmpfiles = set() # register tmpfiles datestamp = time.mktime(datetime.datetime.now().timetuple()) # unique identifier for syslinux.cfg # cmdline parsing -usage = "Usage: %prog [options] <[ISO[s] | /live/image]> \n\ +usage = "Usage: %prog [options] <[ISO[s] | /live/image]> \n\ \n\ %prog installs a grml ISO to an USB device to be able to boot from it.\n\ -Make sure you have at least a grml ISO or a running grml system (/live/image),\n\ +Make sure you have at least one grml ISO or a running grml system (/live/image),\n\ syslinux (just run 'aptitude install syslinux' on Debian-based systems)\n\ and root access. Further information can be found in: man grml2usb" -- 2.1.4