From 4ad02903830f47074b1ef2bef6045332084fc4eb Mon Sep 17 00:00:00 2001 From: Hakki Date: Mon, 19 Aug 2024 18:08:02 +0200 Subject: [PATCH] cli/man: added info about default extension to output 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 3a28f7d..d84a745 100644 --- a/src/bin/topola/cli.rs +++ b/src/bin/topola/cli.rs @@ -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, #[arg(short, long, value_name = "FILE", help = "TODO")]