From 4be9421f929ea5658f4aa8292334b4965b3961e9 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Wed, 6 Jan 2021 10:13:49 -0300 Subject: [PATCH] More details to make explicit the user must edit the example. --- README.md | 2 +- kibot/__main__.py | 2 +- kibot/misc.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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