Fix of issue 4733. Maybe --help should be more precise

svn: r16808
This commit is contained in:
Peter Landgren 2011-03-11 20:37:57 +00:00
parent 79f3bde62b
commit e6b6f8066a

View File

@ -316,8 +316,8 @@ class ArgParser(object):
section, setting,
repr(config.config.data[section][setting]))
print
sys.exit(0)
cleandbg += [opt_ix]
sys.exit(0)
elif option in ('-h', '-?', '--help'):
self.help = True
elif option in ('-u', '--force-unlock'):