]> git.decadent.org.uk Git - dak.git/commitdiff
make_changelog.py: typo
authorAnsgar Burchardt <ansgar@debian.org>
Sun, 4 Nov 2012 17:59:01 +0000 (18:59 +0100)
committerAnsgar Burchardt <ansgar@debian.org>
Sun, 4 Nov 2012 17:59:13 +0000 (18:59 +0100)
dak/make_changelog.py

index dbcbf576c8381c790f697fec0740cddfa45a73e4..1b06134d4100d4c01af172471f9e4c4564f07e45 100755 (executable)
@@ -258,7 +258,7 @@ def main():
     Cnf = utils.get_conf()
     cnf = Config()
     Arguments = [('h','help','Make-Changelog::Options::Help'),
-                 ('a','archive','Make-Changelog::Options::Help','HasArg'),
+                 ('a','archive','Make-Changelog::Options::Archive','HasArg'),
                  ('s','suite','Make-Changelog::Options::Suite','HasArg'),
                  ('b','base-suite','Make-Changelog::Options::Base-Suite','HasArg'),
                  ('n','binnmu','Make-Changelog::Options::binNMU'),