Fixed redundant "Supported outputs" in the README and updated command line help
This commit is contained in:
parent
42d1f14056
commit
017f2ace47
|
|
@ -192,9 +192,7 @@ outputs:
|
||||||
|
|
||||||
Most options are the same you'll find in the KiCad dialogs.
|
Most options are the same you'll find in the KiCad dialogs.
|
||||||
|
|
||||||
### Supported outputs
|
### Supported outputs:
|
||||||
|
|
||||||
Supported outputs:
|
|
||||||
|
|
||||||
* DXF (Drawing Exchange Format)
|
* DXF (Drawing Exchange Format)
|
||||||
* Type: `dxf`
|
* Type: `dxf`
|
||||||
|
|
@ -496,7 +494,7 @@ KiPlot: Command-line Plotting for KiCad
|
||||||
Usage:
|
Usage:
|
||||||
kiplot [-b BOARD] [-c CONFIG] [-d OUT_DIR] [-s PRE] [-q | -v...] [-i]
|
kiplot [-b BOARD] [-c CONFIG] [-d OUT_DIR] [-s PRE] [-q | -v...] [-i]
|
||||||
[TARGET...]
|
[TARGET...]
|
||||||
kiplot [-b BOARD] [-c PLOT_CONFIG] --list
|
kiplot [-c PLOT_CONFIG] --list
|
||||||
kiplot --help-list-outputs
|
kiplot --help-list-outputs
|
||||||
kiplot --help-output=HELP_OUTPUT
|
kiplot --help-output=HELP_OUTPUT
|
||||||
kiplot --help-outputs
|
kiplot --help-outputs
|
||||||
|
|
|
||||||
|
|
@ -192,9 +192,7 @@ outputs:
|
||||||
|
|
||||||
Most options are the same you'll find in the KiCad dialogs.
|
Most options are the same you'll find in the KiCad dialogs.
|
||||||
|
|
||||||
### Supported outputs
|
### @outputs@
|
||||||
|
|
||||||
@outputs@
|
|
||||||
|
|
||||||
## Using KiPlot
|
## Using KiPlot
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue