Fix help output for update-links.py

fixes #12577
This commit is contained in:
Gunnar Beutner 2016-08-28 15:11:46 +02:00
parent 72e4e4facc
commit c8816385e5
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ import sys
import re
if len(sys.argv) < 2:
print "Syntax: %s <md-files>"
print "Syntax: %s <md-files>" % sys.argv[0]
print ""
print "Updates inter-chapter links in the specified Markdown files."
sys.exit(1)