From c0668340a72677d8df1ec3e0777a2faf25182717 Mon Sep 17 00:00:00 2001 From: Hakki Date: Sat, 17 Aug 2024 22:21:44 +0200 Subject: [PATCH] manpage/cli: added info about SESSION file to -o flag --- 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 d0c58cc..804dbd9 100644 --- a/src/bin/topola/cli.rs +++ b/src/bin/topola/cli.rs @@ -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,