[doc] add hint to disable reference

This commit is contained in:
Rotzbua 2018-09-08 15:28:31 +02:00 committed by Florian Festi
parent 7d356f2267
commit 84ce484f93
1 changed files with 1 additions and 1 deletions

View File

@ -246,7 +246,7 @@ class Boxes:
help="print surrounding boxes for some structures")
defaultgroup.add_argument(
"--reference", action="store", type=float, default=100,
help="print reference rectangle with given length")
help="print reference rectangle with given length (zero to disable)")
defaultgroup.add_argument(
"--burn", action="store", type=float, default=0.1,
help="burn correction in mm (bigger values for tighter fit)")