From e28976d5e3116391f1de7876747b44fb6f16fca1 Mon Sep 17 00:00:00 2001 From: Florian Festi Date: Fri, 7 Jan 2022 22:21:30 +0100 Subject: [PATCH] Add doc link for tabs param --- boxes/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boxes/__init__.py b/boxes/__init__.py index 8dec694..2f729c9 100755 --- a/boxes/__init__.py +++ b/boxes/__init__.py @@ -288,7 +288,7 @@ class Boxes: help="format of resulting file [\U0001F6C8](https://florianfesti.github.io/boxes/html/usermanual.html#format)") defaultgroup.add_argument( "--tabs", action="store", type=float, default=0.0, - help="width of tabs holding the parts in place in mm (not supported everywhere)") + help="width of tabs holding the parts in place in mm (not supported everywhere) [\U0001F6C8](https://florianfesti.github.io/boxes/html/usermanual.html#tabs)") defaultgroup.add_argument( "--debug", action="store", type=boolarg, default=False, help="print surrounding boxes for some structures [\U0001F6C8](https://florianfesti.github.io/boxes/html/usermanual.html#debug)")