This commit is contained in:
Florian Festi 2016-04-02 21:15:05 +02:00
parent 0399bafe1b
commit d2e1297875
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ class Boxes:
self.argparser.add_argument(
"--sx", action="store", type=argparseSections,
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":
self.argparser.add_argument(