Fix typo in script command help text
This commit is contained in:
parent
47b3bf83a3
commit
a091fc25f5
|
@ -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])
|
||||
|
|
|
@ -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])
|
||||
|
|
|
@ -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])
|
||||
|
|
Loading…
Reference in New Issue