Fix typo in help text for tabs

This commit is contained in:
Martin Müller 2019-02-25 23:26:14 +01:00 committed by Florian Festi
parent 981844285f
commit fb4791f803
1 changed files with 1 additions and 1 deletions

View File

@ -245,7 +245,7 @@ class Boxes:
help="format of resulting file")
defaultgroup.add_argument(
"--tabs", action="store", type=float, default=0.0,
help="width of tabs holding th parts in place in mm (not supported everywhere)")
help="width of tabs holding the parts in place in mm (not supported everywhere)")
defaultgroup.add_argument(
"--debug", action="store", type=boolarg, default=False,
help="print surrounding boxes for some structures")