Fix typo in help text for tabs
This commit is contained in:
parent
981844285f
commit
fb4791f803
|
@ -245,7 +245,7 @@ class Boxes:
|
||||||
help="format of resulting file")
|
help="format of resulting file")
|
||||||
defaultgroup.add_argument(
|
defaultgroup.add_argument(
|
||||||
"--tabs", action="store", type=float, default=0.0,
|
"--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(
|
defaultgroup.add_argument(
|
||||||
"--debug", action="store", type=boolarg, default=False,
|
"--debug", action="store", type=boolarg, default=False,
|
||||||
help="print surrounding boxes for some structures")
|
help="print surrounding boxes for some structures")
|
||||||
|
|
Loading…
Reference in New Issue