From: Joerg Jaspert Date: Mon, 13 Dec 2010 23:51:02 +0000 (+0100) Subject: try with case X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e854e7c354125a32e6df81289fea75d97e81298;p=dak try with case Signed-off-by: Joerg Jaspert --- diff --git a/dak/new_security_install.py b/dak/new_security_install.py index a408c1e3..8ef994d4 100755 --- a/dak/new_security_install.py +++ b/dak/new_security_install.py @@ -120,14 +120,14 @@ def main(): global Options, Logger, Queue, changes cnf = Config() - Arguments = [('h', "help", "Security::Options::Help"), - ('n', "no-action", "Security::Options::No-Action"), - ('c', 'changesfile', "Security::Options::Changesfile"), - ('s', "sudo", "Security-Install::Options::Sudo"), - ('A', "approve", "Security-Install::Options::Approve") + Arguments = [('h', "Help", "Security::Options::Help"), + ('n', "No-Action", "Security::Options::No-Action"), + ('c', 'Changesfile', "Security::Options::Changesfile"), + ('s', "Sudo", "Security-Install::Options::Sudo"), + ('A', "Approve", "Security-Install::Options::Approve") ] - for i in ["help", "no-action", "changesfile", "sudo", "approve"]: + for i in ["Help", "No-Action", "Changesfile", "Sudo", "Approve"]: if not cnf.has_key("Security::Options::%s" % (i)): cnf["Security::Options::%s" % (i)] = ""