Fixed typo in changelog-diff.py

This commit is contained in:
Marcel Kapfer 2021-05-26 22:46:19 +02:00
parent 38389eb173
commit 65db27ce54
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ def main():
elif len(sys.argv) == 4:
diff = changelog_diff(sys.argv[1], sys.argv[2], sys.argv[3])
else:
print("[ERROR] Two much arguments. {}".format(help_str))
print("[ERROR] Too much arguments. {}".format(help_str))
sys.exit(1)
print("\n".join(diff))