Fix typo in script command help text

This commit is contained in:
Rotzbua 2023-01-08 16:42:15 +01:00 committed by Florian Festi
parent 47b3bf83a3
commit a091fc25f5
3 changed files with 3 additions and 3 deletions

View File

@ -51,6 +51,6 @@ class Boxes2rst:
if __name__=="__main__":
if len(sys.argv) != 2:
print("Usage: boxes2inksacpe TARGETPATH")
print("Usage: boxes2rst TARGETPATH")
b = Boxes2rst()
b.write(sys.argv[1])

View File

@ -147,6 +147,6 @@ class Boxes2INX:
if __name__=="__main__":
if len(sys.argv) != 2:
print("Usage: boxes2inksacpe TARGETPATH")
print("Usage: boxes2inkscape TARGETPATH")
b = Boxes2INX()
b.writeAllINX(sys.argv[1])

View File

@ -134,7 +134,7 @@ msgstr ""
if __name__=="__main__":
if len(sys.argv) != 2:
print("Usage: boxes2inksacpe TARGETPATH")
print("Usage: boxes2pot TARGETPATH")
b = Boxes2pot()
b.readBoxes()
b.writePOT(sys.argv[1])