manpage/cli: fixed typo

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

View File

@ -6,7 +6,7 @@ use std::path::PathBuf;
#[command(about, version)]
pub struct Cli {
#[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,
#[arg(short, long, value_name = "SESSION FILE",
help = "Specify the output Topola session file (*.ses)")