[doc] add hint to disable reference
This commit is contained in:
parent
7d356f2267
commit
84ce484f93
|
@ -246,7 +246,7 @@ class Boxes:
|
||||||
help="print surrounding boxes for some structures")
|
help="print surrounding boxes for some structures")
|
||||||
defaultgroup.add_argument(
|
defaultgroup.add_argument(
|
||||||
"--reference", action="store", type=float, default=100,
|
"--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(
|
defaultgroup.add_argument(
|
||||||
"--burn", action="store", type=float, default=0.1,
|
"--burn", action="store", type=float, default=0.1,
|
||||||
help="burn correction in mm (bigger values for tighter fit)")
|
help="burn correction in mm (bigger values for tighter fit)")
|
||||||
|
|
Loading…
Reference in New Issue