Add doc link for tabs param

This commit is contained in:
Florian Festi 2022-01-07 22:21:30 +01:00
parent b7b74ab27f
commit e28976d5e3
1 changed files with 1 additions and 1 deletions

View File

@ -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)")