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 102be7b commit 9b7c4c8Copy full SHA for 9b7c4c8
scripts/release/list_backports.py
@@ -68,7 +68,7 @@ def parse_args():
68
parser.add_argument('-e', '--end', dest='end', help='end date (YYYY-mm-dd)',
69
metavar='END_DATE', type=valid_date_type)
70
parser.add_argument("-o", "--org", default="zephyrproject-rtos",
71
- help="Github organisation")
+ help="Github organization")
72
parser.add_argument('-p', '--include-pull', dest='includes',
73
help='include pull request (can be specified multiple times)',
74
metavar='PR', type=int, action='append', default=[])
0 commit comments