From 9220bccb685f58f48e47b47d015bab8ce54b1f69 Mon Sep 17 00:00:00 2001 From: Florian Festi Date: Thu, 20 Oct 2016 20:07:23 +0200 Subject: [PATCH] Clarify burn param --- boxes/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boxes/__init__.py b/boxes/__init__.py index 35d33c2..43270c6 100755 --- a/boxes/__init__.py +++ b/boxes/__init__.py @@ -218,7 +218,7 @@ class Boxes: help="print reference rectangle with given length") self.argparser.add_argument( "--burn", action="store", type=float, default=0.05, - help="burn correction in mm") + help="burn correction in mm (bigger values for tighter fit)") def open(self): """