Add units (mm) to the tabs param description

This commit is contained in:
Florian Festi 2018-09-02 20:31:08 +02:00
parent 4bea8638c3
commit 84df48ba1d
1 changed files with 1 additions and 1 deletions

View File

@ -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")