From 957c398500df3f77ca7618533121972f7077c165 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Thu, 2 Mar 2023 11:11:02 -0300 Subject: [PATCH] [DOCs] Made clear we support .sch and .kicad_sch --- README.md | 2 +- kibot/__main__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d7cf1257..4ffc8167 100644 --- a/README.md +++ b/README.md @@ -5394,7 +5394,7 @@ Options: -C, --cli-order Generate outputs using the indicated order -d OUT_DIR, --out-dir OUT_DIR The output directory [default: .] -D, --dont-stop Try to continue if an output fails - -e SCHEMA, --schematic SCHEMA The schematic file (.sch) + -e SCHEMA, --schematic SCHEMA The schematic file (.sch/.kicad_sch) -E DEF, --define DEF Define preprocessor value (VAR=VAL) -g DEF, --global-redef DEF Overwrite a global value (VAR=VAL) -i, --invert-sel Generate the outputs not listed as targets diff --git a/kibot/__main__.py b/kibot/__main__.py index e1b32408..6205ea50 100644 --- a/kibot/__main__.py +++ b/kibot/__main__.py @@ -36,7 +36,7 @@ Options: -C, --cli-order Generate outputs using the indicated order -d OUT_DIR, --out-dir OUT_DIR The output directory [default: .] -D, --dont-stop Try to continue if an output fails - -e SCHEMA, --schematic SCHEMA The schematic file (.sch) + -e SCHEMA, --schematic SCHEMA The schematic file (.sch/.kicad_sch) -E DEF, --define DEF Define preprocessor value (VAR=VAL) -g DEF, --global-redef DEF Overwrite a global value (VAR=VAL) -i, --invert-sel Generate the outputs not listed as targets