From: Michael Prokop Date: Mon, 2 Mar 2009 16:15:40 +0000 (+0100) Subject: Improve usage information X-Git-Tag: v0.9.2~16 X-Git-Url: https://git.grml.org/?p=grml2usb.git;a=commitdiff_plain;h=800d6557a0a49f6971385b46d6b0b05f12809972 Improve usage information --- 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)