X-Git-Url: https://git.grml.org/?p=grml2usb.git;a=blobdiff_plain;f=grml2usb;h=ca172fffa694af18620c52e00e0a78b73e76492e;hp=4fc9b379116e17e355f9249e5f205bef5524d9d7;hb=203ce99b86a979454302b2f24140b1d1db34654e;hpb=6cc6422766a843fe6f91f5d97fe46ccb695f7af1 diff --git a/grml2usb b/grml2usb index 4fc9b37..ca172ff 100755 --- a/grml2usb +++ b/grml2usb @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # pylint: disable-msg=C0302 """ @@ -67,6 +67,7 @@ def grub_option(option, opt, value, opt_parser): setattr(opt_parser.values, option.dest, True) setattr(opt_parser.values, 'syslinux', False) + # cmdline parsing USAGE = "Usage: %prog [options] <[ISO[s] | /lib/live/mount/medium]> \n\ \n\