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:
parent
5f882e5992
commit
7ab8588b9d
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue