diff --git a/documentation/src/boxes2rst b/documentation/src/boxes2rst index ec1db45..8fc8c35 100755 --- a/documentation/src/boxes2rst +++ b/documentation/src/boxes2rst @@ -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]) diff --git a/scripts/boxes2inkscape b/scripts/boxes2inkscape index fe8462e..9fd0cc5 100755 --- a/scripts/boxes2inkscape +++ b/scripts/boxes2inkscape @@ -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]) diff --git a/scripts/boxes2pot b/scripts/boxes2pot index 753e419..8022701 100755 --- a/scripts/boxes2pot +++ b/scripts/boxes2pot @@ -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])