From 44da04c6cb64cdc9b213b25f838afdc30231137a Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Tue, 14 Dec 2010 01:05:03 +0100 Subject: [PATCH] s/install// Signed-off-by: Joerg Jaspert --- dak/new_security_install.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"]: -- 2.39.5