From 84df48ba1d2206600db57694c4d0ae16fb53b190 Mon Sep 17 00:00:00 2001 From: Florian Festi Date: Sun, 2 Sep 2018 20:31:08 +0200 Subject: [PATCH] Add units (mm) to the tabs param description --- boxes/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boxes/__init__.py b/boxes/__init__.py index 89b167e..464c3d2 100755 --- a/boxes/__init__.py +++ b/boxes/__init__.py @@ -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")