cli/man: added info about default extension to output flag

This commit is contained in:
Hakki 2024-08-19 18:08:02 +02:00 committed by mikolaj
parent 5f7a2e201c
commit 4ad0290383
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ pub struct Cli {
help = "Specify the Specctra Design (*.dsn) input file for the Topola autorouter")]
pub input: PathBuf,
#[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>,
#[arg(short, long, value_name = "FILE", help = "TODO")]