More details to make explicit the user must edit the example.
This commit is contained in:
parent
fa86ba3506
commit
4be9421f92
|
|
@ -1360,7 +1360,7 @@ Options:
|
|||
-s PRE, --skip-pre PRE Skip preflights, comma separated or `all`
|
||||
-v, --verbose Show debugging information
|
||||
-V, --version Show program's version number and exit
|
||||
-x, --example Create an example configuration file.
|
||||
-x, --example Create a template configuration file.
|
||||
|
||||
```
|
||||
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@ Options:
|
|||
-s PRE, --skip-pre PRE Skip preflights, comma separated or `all`
|
||||
-v, --verbose Show debugging information
|
||||
-V, --version Show program's version number and exit
|
||||
-x, --example Create an example configuration file.
|
||||
-x, --example Create a template configuration file.
|
||||
|
||||
"""
|
||||
__author__ = 'Salvador E. Tropea, John Beard'
|
||||
|
|
|
|||
|
|
@ -67,7 +67,7 @@ URL_IBOM = 'https://github.com/INTI-CMNB/InteractiveHtmlBom'
|
|||
KICAD2STEP = 'kicad2step'
|
||||
PCBDRAW = 'pcbdraw'
|
||||
URL_PCBDRAW = 'https://github.com/INTI-CMNB/pcbdraw'
|
||||
EXAMPLE_CFG = 'example.kibot.yaml'
|
||||
EXAMPLE_CFG = 'example_template.kibot.yaml'
|
||||
AUTO_SCALE = 0
|
||||
KICAD_VERSION_5_99 = 5099000
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue