manpage/cli: added info about SESSION file to -o flag

This commit is contained in:
Hakki 2024-08-17 22:21:44 +02:00 committed by mikolaj
parent 0f10a35193
commit c0668340a7
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ pub struct Cli {
#[arg(value_name = "SPECCTRA DESIGN FILE",
help = "Specify the Specctra Design (*.dsn) file input file for the Topola autorouter")]
pub input: PathBuf,
#[arg(short, long, value_name = "FILE",
#[arg(short, long, value_name = "SESSION FILE",
help = "Specify the output Topola session file (*.ses)")
]
pub output: Option<PathBuf>,