X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fnew_security_install.py;h=0fd13983f0c327b3d836221c6da4b4e5e09af4e0;hb=754bf28dba28f4be546f0cd98cdef196dc36a5e6;hp=a408c1e37eb0c74e598cc479cb97ffd3bb8ef42f;hpb=61512330fd3e7c5525fae44d31fb2869bcab066e;p=dak.git diff --git a/dak/new_security_install.py b/dak/new_security_install.py index a408c1e3..0fd13983 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::Options::Sudo"), + ('A', "Approve", "Security::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)] = ""