missing option action
This commit is contained in:
parent
93f0f91f97
commit
2d132aebc2
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ def get_options():
|
|||
help="delete older tags than timestamp")
|
||||
parser.add_option("--ignore-tags", metavar="PATTERN", action="append",
|
||||
help="Ignore tags matching PATTERN when pruning")
|
||||
parser.add_option("--no-inactive", dest="clean_inactive", default=True,
|
||||
parser.add_option("--no-inactive", action="store_false", dest="clean_inactive", default=True,
|
||||
help="don't run inactive check")
|
||||
parser.add_option("--inactive-delay", action="store", metavar="DAYS", default=10, type=int,
|
||||
help="delete tags inactive for DAYS (no build was un/tagged there)")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue