From a091fc25f58efeea4317eb3c168cb4c01a5ce190 Mon Sep 17 00:00:00 2001 From: Rotzbua Date: Sun, 8 Jan 2023 16:42:15 +0100 Subject: [PATCH] Fix typo in script command help text --- documentation/src/boxes2rst | 2 +- scripts/boxes2inkscape | 2 +- scripts/boxes2pot | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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])