More details to make explicit the user must edit the example.

This commit is contained in:
Salvador E. Tropea 2021-01-06 10:13:49 -03:00
parent fa86ba3506
commit 4be9421f92
3 changed files with 3 additions and 3 deletions

View File

@ -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.
```

View 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'

View File

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