diff --git a/README.md b/README.md index 5f7f7ccd..0557644e 100644 --- a/README.md +++ b/README.md @@ -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. ``` diff --git a/kibot/__main__.py b/kibot/__main__.py index 2a556186..4dfe50cd 100644 --- a/kibot/__main__.py +++ b/kibot/__main__.py @@ -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' diff --git a/kibot/misc.py b/kibot/misc.py index 4275b6e7..40f79e67 100644 --- a/kibot/misc.py +++ b/kibot/misc.py @@ -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