mirror of https://codeberg.org/topola/topola.git
manpage/cli: fixed typo
This commit is contained in:
parent
c0668340a7
commit
5f7a2e201c
|
|
@ -6,7 +6,7 @@ use std::path::PathBuf;
|
||||||
#[command(about, version)]
|
#[command(about, version)]
|
||||||
pub struct Cli {
|
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) input file for the Topola autorouter")]
|
||||||
pub input: PathBuf,
|
pub input: PathBuf,
|
||||||
#[arg(short, long, value_name = "SESSION FILE",
|
#[arg(short, long, value_name = "SESSION FILE",
|
||||||
help = "Specify the output Topola session file (*.ses)")
|
help = "Specify the output Topola session file (*.ses)")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue