update manpage, html docs and help message (missing last cli options)

This commit is contained in:
stefan schippers 2026-03-29 00:18:12 +01:00
parent 848472b018
commit a0a4202ee3
3 changed files with 18 additions and 1 deletions

View File

@ -78,6 +78,10 @@ Execute specified tcl commands after completing startup.
Execute specified tcl file as a command script (perhaps with xschem commands).
.TP
.B --command <tcl_cmd>
Execute specified tcl commands after completing startup.
.TP
.B --diff <file>
Show differences with given file.
.TP
@ -106,6 +110,10 @@ Set netlist type to tEDAx.
Set netlist type to SPICE.
.TP
.B --spectre
Set netlist type to SPECTRE.
.TP
.B -y, --symbol
Set netlist type to symbol global property edit.
.TP
@ -147,6 +155,14 @@ Use <file> as output for plot export (png, svg, postscript/pdf)
Use <file> as a rc file for startup instead of the default xschemrc.
.TP
.B --lastclosed
Open last closed file.
.TP
.B --lastopened
Open last opened or saved file.
.TP
.B -p, --postscript, --pdf
Export pdf schematic.
.TP

View File

@ -71,6 +71,7 @@ Options:
-N &lt;file&gt; Set name (only name or full path) of top level netlist file.
-t --tedax Set netlist type to tEDAx.
-s --spice Set netlist type to SPICE.
--spectre Set netlist type to SPECTRE.
-y --symbol Set netlist type to SYMBOL (used when drawing symbols)
-x --no_x Don't use X (only command mode).
-z --rainbow Use a rainbow-looking layer color table.

View File

@ -24,7 +24,7 @@ Options:
-N <file> Set name (only name or full path) of top level netlist file.
-t --tedax Set netlist type to tEDAx.
-s --spice Set netlist type to SPICE.
--spice Set netlist type to SPECTRE.
--spectre Set netlist type to SPECTRE.
-y --symbol Set netlist type to SYMBOL (used when drawing symbols)
-x --no_x Don't use X (only command mode).
-z --rainbow Use a raibow-looking layer color table.