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,