From 42ddc92370284fc7dce9fa44083b5862bf0a5161 Mon Sep 17 00:00:00 2001 From: Adil Hanney Date: Thu, 15 Jan 2026 20:35:05 +0000 Subject: [PATCH] tweak: match format of gnome-terminal and konsole's help message --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 66cb7a3..6aace5a 100644 --- a/src/main.rs +++ b/src/main.rs @@ -217,7 +217,7 @@ Project home page: https://github.com/pop-os/cosmic-term Options: --help Show this message --version Show the version of cosmic-term - -w | --working-directory Set the working directory for the terminal"# + -w, --working-directory Set the working directory for the terminal"# ); }