From 7ab8588b9ddf518b619bb6af57490ad33b0b0dfd Mon Sep 17 00:00:00 2001 From: "ay9thqi3tbqiwbegqsg a[soiaosshasdg" <30902201+alx365@users.noreply.github.com> Date: Sun, 18 Oct 2020 15:14:17 +0000 Subject: [PATCH] Improve CLI help output Co-authored-by: ElKowar <5300871+elkowar@users.noreply.github.com> Update src/main.rs Co-authored-by: ElKowar <5300871+elkowar@users.noreply.github.com> --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 3b8b724..f4c0963 100644 --- a/src/main.rs +++ b/src/main.rs @@ -84,7 +84,7 @@ pub enum OptAction { #[structopt(name = "update", help = "update the value of a variable, in a running eww instance")] Update { fieldname: VarName, value: PrimitiveValue }, - #[structopt(name = "open", help = "opens a window")] + #[structopt(name = "open", help = "open a window")] OpenWindow { window_name: config::WindowName,