This commit is contained in:
Christophe Siraut 2019-01-22 10:43:30 +01:00
parent a98f41dd7a
commit acc742ec38
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ def parse_cmdline():
dest="cleaning", metavar='CLEANING_METHODS',
default=[],
help="CLEANING_METHODS: git, deb, archives, smart and / or all")
parser.add_option("--hotfix", action_"store_true",
parser.add_option("--hotfix", action="store_true",
dest="hotfix", default=False,
help="upload to hotfix repository")
parser.add_option("-r", "--repository",