removed obsolete --a3page command option

This commit is contained in:
Stefan Frederik 2020-12-20 20:42:07 +01:00
parent 35efb0228a
commit 0970555869
3 changed files with 1 additions and 3 deletions

View File

@ -66,7 +66,6 @@ Options:
--netlist_filename <file>
-t --tedax Set netlist type to tEDAx.
-s --spice Set netlist type to SPICE.
-3 --a3page Set page size for pdf export to A3.
-x --no_x Don't use X (only command mode).
-z --rainbow Use a raibow-looking layer color table.
-W --waves Show simulation waveforms.

View File

@ -232,4 +232,4 @@ proc ngspice::annotate {} {
}
}
if { ![info exists no_x] } {bind .drw <Alt-a> {puts {Annotating...}; ngspice::annotate} }
if { [info exists ::has_x] } {bind .drw <Alt-a> {puts {Annotating...}; ngspice::annotate} }

View File

@ -20,7 +20,6 @@ Options:
--netlist_filename <file>
-t --tedax Set netlist type to tEDAx.
-s --spice Set netlist type to SPICE.
-3 --a3page Set page size for pdf export to A3.
-x --no_x Don't use X (only command mode).
-z --rainbow Use a raibow-looking layer color table.
-W --waves Show simulation waveforms.