Fix typo
This commit is contained in:
parent
0399bafe1b
commit
d2e1297875
|
@ -178,7 +178,7 @@ class Boxes:
|
||||||
self.argparser.add_argument(
|
self.argparser.add_argument(
|
||||||
"--sx", action="store", type=argparseSections,
|
"--sx", action="store", type=argparseSections,
|
||||||
default="50*3",
|
default="50*3",
|
||||||
help="""sections left to right in mm. Possible formats: overallwidth/numberof sections e.g. "250/5"; sectionwith*numberofsections e.g. "50*5"; section widths separated by ":" e.g. "30:25.5:70"
|
help="""sections left to right in mm. Possible formats: overallwidth/numberof sections e.g. "250/5"; sectionwidth*numberofsections e.g. "50*5"; section widths separated by ":" e.g. "30:25.5:70"
|
||||||
""")
|
""")
|
||||||
elif arg == "sy":
|
elif arg == "sy":
|
||||||
self.argparser.add_argument(
|
self.argparser.add_argument(
|
||||||
|
|
Loading…
Reference in New Issue