We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25ec04b commit cd50518Copy full SHA for cd50518
scripts/set_assignees.py
@@ -57,7 +57,7 @@ def parse_args():
57
parser.add_argument("-c", "--commits", default=None,
58
help="Commit range in the form: a..b")
59
60
- parser.add_argument("-m", "--manifest", action="store_true", default=False,
+ parser.add_argument("--manifest", action="store_true", default=False,
61
help="Dump manifest changes")
62
63
parser.add_argument("-v", "--verbose", action="count", default=0,
0 commit comments