mirror of https://codeberg.org/topola/topola.git
manpage/cli: added info about SESSION file to -o flag
This commit is contained in:
parent
0f10a35193
commit
c0668340a7
|
|
@ -8,7 +8,7 @@ pub struct Cli {
|
||||||
#[arg(value_name = "SPECCTRA DESIGN FILE",
|
#[arg(value_name = "SPECCTRA DESIGN FILE",
|
||||||
help = "Specify the Specctra Design (*.dsn) file input file for the Topola autorouter")]
|
help = "Specify the Specctra Design (*.dsn) file input file for the Topola autorouter")]
|
||||||
pub input: PathBuf,
|
pub input: PathBuf,
|
||||||
#[arg(short, long, value_name = "FILE",
|
#[arg(short, long, value_name = "SESSION FILE",
|
||||||
help = "Specify the output Topola session file (*.ses)")
|
help = "Specify the output Topola session file (*.ses)")
|
||||||
]
|
]
|
||||||
pub output: Option<PathBuf>,
|
pub output: Option<PathBuf>,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue