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>
This commit is contained in:
ay9thqi3tbqiwbegqsg a[soiaosshasdg 2020-10-18 15:14:17 +00:00 committed by elkowar
parent 5f882e5992
commit 7ab8588b9d

View file

@ -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,