Skip to content
Snippets Groups Projects
Commit 8691221f 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 d761061e
No related branches found
No related tags found
2 merge requests!201Fix a typo in a help text,!93WIP: documentation-builder: Rebase on Apertis instead of Debian Buster
Pipeline #240040 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