From e6b6f8066a7cd50efab44599d15b9ef09798744f Mon Sep 17 00:00:00 2001 From: Peter Landgren Date: Fri, 11 Mar 2011 20:37:57 +0000 Subject: [PATCH] Fix of issue 4733. Maybe --help should be more precise svn: r16808 --- src/cli/argparser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli/argparser.py b/src/cli/argparser.py index cbf293697..0330f6535 100644 --- a/src/cli/argparser.py +++ b/src/cli/argparser.py @@ -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'):