mirror of https://codeberg.org/topola/topola.git
cli/man: added info about default extension to output flag
This commit is contained in:
parent
5f7a2e201c
commit
4ad0290383
|
|
@ -9,7 +9,7 @@ pub struct Cli {
|
||||||
help = "Specify the Specctra Design (*.dsn) 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), by default, it is the input filename with extension changed to .ses")
|
||||||
]
|
]
|
||||||
pub output: Option<PathBuf>,
|
pub output: Option<PathBuf>,
|
||||||
#[arg(short, long, value_name = "FILE", help = "TODO")]
|
#[arg(short, long, value_name = "FILE", help = "TODO")]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue