mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +01:00
Correct comment
This commit is contained in:
parent
ad595aea45
commit
a74fb54053
|
|
@ -76,7 +76,7 @@ def main():
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
if len(sys.argv) > 1 and sys.argv[1:] != ["--nodelete"]:
|
if len(sys.argv) > 1 and sys.argv[1:] != ["--nodelete"]:
|
||||||
# we accept no args, so they don't know what they're doing!
|
# we accept almost no args, so they don't know what they're doing!
|
||||||
print "gendoc.py - Generate the Matrix specification as HTML."
|
print "gendoc.py - Generate the Matrix specification as HTML."
|
||||||
print "Usage:"
|
print "Usage:"
|
||||||
print " python gendoc.py"
|
print " python gendoc.py"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue