Merge "Add --wip as an alias to --work-in-progress"

This commit is contained in:
Zuul 2024-01-30 01:04:49 +00:00 committed by Gerrit Code Review
commit ae80cb6374
1 changed files with 1 additions and 1 deletions

View File

@ -1643,7 +1643,7 @@ additional information:
help="Output more information about what's going on")
wip_group = parser.add_mutually_exclusive_group()
wip_group.add_argument("-w", "--work-in-progress", dest="wip",
wip_group.add_argument("-w", "--wip", "--work-in-progress", dest="wip",
action="store_true",
help="Send patch as work in progress for Gerrit "
"versions >= 2.15")