removed obsolete --a3page command option
This commit is contained in:
parent
35efb0228a
commit
0970555869
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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} }
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue