From: Joerg Jaspert Date: Tue, 14 Dec 2010 00:05:03 +0000 (+0100) Subject: s/install// X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44da04c6cb64cdc9b213b25f838afdc30231137a;p=dak s/install// Signed-off-by: Joerg Jaspert --- diff --git a/dak/new_security_install.py b/dak/new_security_install.py index 8ef994d4..0fd13983 100755 --- a/dak/new_security_install.py +++ b/dak/new_security_install.py @@ -123,8 +123,8 @@ def main(): 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") + ('s', "Sudo", "Security::Options::Sudo"), + ('A', "Approve", "Security::Options::Approve") ] for i in ["Help", "No-Action", "Changesfile", "Sudo", "Approve"]: