]> git.decadent.org.uk Git - dak.git/commitdiff
remove unused option
authorJames Troup <james@nocrew.org>
Tue, 12 Feb 2002 23:14:30 +0000 (23:14 +0000)
committerJames Troup <james@nocrew.org>
Tue, 12 Feb 2002 23:14:30 +0000 (23:14 +0000)
rene

diff --git a/rene b/rene
index 25039b5d10c0da66a3036edd0ee7a178e55b5cc7..0d266ae2246bfc0198165e9b00d5f4a5b54e77eb 100755 (executable)
--- a/rene
+++ b/rene
@@ -2,7 +2,7 @@
 
 # Check for obsolete binary packages
 # Copyright (C) 2000, 2001  James Troup <james@nocrew.org>
-# $Id: rene,v 1.9 2001-11-18 19:57:58 rmurray Exp $
+# $Id: rene,v 1.10 2002-02-12 23:14:30 troup Exp $
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -40,8 +40,7 @@ def main ():
 
     Cnf = utils.get_conf()
 
-    Arguments = [('D',"debug","Catherine::Options::Debug", "IntVal"),
-                 ('h',"help","Catherine::Options::Help"),
+    Arguments = [('h',"help","Catherine::Options::Help"),
                  ('V',"version","Catherine::Options::Version"),
                  ('l',"limit", "Catherine::Options::Limit", "HasArg"),
                  ('n',"no-action","Catherine::Options::No-Action"),