diff --git a/TODO.txt b/TODO.txt index b8e7b79..3705309 100644 --- a/TODO.txt +++ b/TODO.txt @@ -7,5 +7,4 @@ * offer a collection of different settings * Make bolts configurable (e.g. box2.py) * setup.py - * Use other formatter (see mx param) * Fix error message on parsing error in web interface diff --git a/boxes.py b/boxes.py index e65ac08..c4baa80 100755 --- a/boxes.py +++ b/boxes.py @@ -552,19 +552,13 @@ 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"; sectionwith*numberofsections e.g. "50*5"; section widths separated by ":" e.g. "30:25.5:70" """) elif arg == "sy": self.argparser.add_argument( "--sy", action="store", type=argparseSections, default="50*3", - help="""Sections back to front in mm - -See --sy for format""") + help="""sections back to front in mm. See --sx for format""") elif arg == "h": self.argparser.add_argument( "--h", action="store", type=float, default=100.0,