Skip to content

Commit cd50518

Browse files
committed
conflicting -m
Signed-off-by: Anas Nashif <[email protected]>
1 parent 25ec04b commit cd50518

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/set_assignees.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def parse_args():
5757
parser.add_argument("-c", "--commits", default=None,
5858
help="Commit range in the form: a..b")
5959

60-
parser.add_argument("-m", "--manifest", action="store_true", default=False,
60+
parser.add_argument("--manifest", action="store_true", default=False,
6161
help="Dump manifest changes")
6262

6363
parser.add_argument("-v", "--verbose", action="count", default=0,

0 commit comments

Comments
 (0)