From 800d6557a0a49f6971385b46d6b0b05f12809972 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Mon, 2 Mar 2009 17:15:40 +0100 Subject: [PATCH] Improve usage information --- grml2usb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/grml2usb b/grml2usb index 9a3bcb1..ec3ba3b 100755 --- a/grml2usb +++ b/grml2usb @@ -26,10 +26,11 @@ DATESTAMP = time.mktime(datetime.datetime.now().timetuple()) # unique identifier # cmdline parsing 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\ +%prog installs grml ISO[s] to an USB device to be able to boot from it.\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" +grub or syslinux and root access.\n\ +\n\ +Execute %prog --help for usage hints, further information can be found in: man grml2usb" # pylint: disable-msg=C0103 parser = OptionParser(usage=USAGE) -- 2.1.4