X-Git-Url: https://git.grml.org/?p=grml2usb.git;a=blobdiff_plain;f=grml2usb;h=ec3ba3befa7735567368a8f7c6e5e2688470d45e;hp=9a3bcb120aa4f8c37d271b52b8a97d0298f5c0eb;hb=e80e2018a7c357e0a590fec548e66f2a53a180c4;hpb=96b7a987b52458633a28242b93451be7f4bce226 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)