mirror of
https://github.com/blender/blender
synced 2026-09-26 16:15:47 +03:00
Fix: Typo in release notes script
Typo in the `--issue` argument help text: `Task that is contains` -> `Task that contains`
This commit is contained in:
parent
0618de49ad
commit
741dfa6dca
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ parser.add_argument(
|
|||
help="Version string in the form of {major}.{minor}.{patch} (e.g. 3.3.2)")
|
||||
parser.add_argument(
|
||||
"--issue",
|
||||
help="Task that is contains the release notes information (e.g. #77348)")
|
||||
help="Task that contains the release notes information (e.g. #77348)")
|
||||
parser.add_argument(
|
||||
"--format",
|
||||
help="Format the result in `text`, `steam`, `markdown` or `html`",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue