From 1e12c1fb7aea8db478f9703731e29e044d5b2d85 Mon Sep 17 00:00:00 2001 From: Stefano Rivera Date: Sun, 3 Oct 2010 02:10:22 +0200 Subject: [PATCH] Whoops, incorrect getopt string --- ack-sync | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ack-sync b/ack-sync index 1377f4c..8d31f63 100755 --- a/ack-sync +++ b/ack-sync @@ -286,7 +286,7 @@ if __name__ == '__main__': long_opts = ["help", "key=", "lvm=", "package=", "section=", "silent", "update", "upload", "verbose", "version=", "with-sbuild", "pbuilder=", "with-piuparts"] - opts, args = getopt.gnu_getopt(sys.argv[1:], "e:fhk:p:PsSC:uvV:", long_opts) + opts, args = getopt.gnu_getopt(sys.argv[1:], "e:hk:p:PsSC:uUvV:", long_opts) except getopt.GetoptError, e: # will print something like "option -a not recognized" print >> sys.stderr, str(e)