mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-25 22:54:57 +02:00
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…
x
Reference in New Issue
Block a user