From 5f7a2e201cc5c6b89bde69d8b09e573bbc21772d Mon Sep 17 00:00:00 2001 From: Hakki Date: Sun, 18 Aug 2024 13:08:32 +0200 Subject: [PATCH] manpage/cli: fixed typo --- src/bin/topola/cli.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/topola/cli.rs b/src/bin/topola/cli.rs index 804dbd9..3a28f7d 100644 --- a/src/bin/topola/cli.rs +++ b/src/bin/topola/cli.rs @@ -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)")