Skip to content

Commit 44bd437

Browse files
author
JeanRobin
committed
fix clean up action: wrong parameter name
1 parent b8bc4f3 commit 44bd437

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/release/cleanup_dev_releases.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def main(arg_strings=None):
2424
formatter_class=argparse.RawTextHelpFormatter,
2525
)
2626
parser.add_argument(
27-
"version",
27+
"--version",
2828
action="store",
2929
type=Version.check_argument,
3030
help="""The version (M.m.p) of the releases to be deleted.

0 commit comments

Comments
 (0)