Add units (mm) to the tabs param description
This commit is contained in:
parent
4bea8638c3
commit
84df48ba1d
|
@ -240,7 +240,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 (not supported everywhere)")
|
||||
help="width of tabs holding th 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")
|
||||
|
|
Loading…
Reference in New Issue