mirror of https://github.com/Icinga/icinga2.git
parent
72e4e4facc
commit
c8816385e5
|
@ -21,7 +21,7 @@ import sys
|
||||||
import re
|
import re
|
||||||
|
|
||||||
if len(sys.argv) < 2:
|
if len(sys.argv) < 2:
|
||||||
print "Syntax: %s <md-files>"
|
print "Syntax: %s <md-files>" % sys.argv[0]
|
||||||
print ""
|
print ""
|
||||||
print "Updates inter-chapter links in the specified Markdown files."
|
print "Updates inter-chapter links in the specified Markdown files."
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
Loading…
Reference in New Issue