Skip to content
Snippets Groups Projects
Commit 23ea52db authored by Andrej Shadura's avatar Andrej Shadura
Browse files

Fix a typo in a help text


Signed-off-by: default avatarAndrej Shadura <andrew.shadura@collabora.co.uk>
parent 041498e9
No related branches found
No related tags found
1 merge request!202Fix a typo in a help text
Pipeline #240279 passed
......@@ -83,7 +83,7 @@ def main():
parser.add_argument('--local-version-suffix', dest="local_suffix", type=str, default="apertis", help='the local version suffix to be used in new changelog entries')
parser.add_argument('project_url', type=str, help='git project url to push updates to')
parser.add_argument('--auto-merge', dest='auto_merge', type=str, default='',
help='list of branches that allow auto merg, colon seperate (e.g. apertis/v2020dev0:apertis/v2019)')
help='list of branches that allow auto merge, colon-separated (e.g. apertis/v2020dev0:apertis/v2019)')
args = parser.parse_args()
upstream = args.upstream
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment