Skip to content

Commit

Permalink
Fixed missing help info
Browse files Browse the repository at this point in the history
  • Loading branch information
stefur committed Oct 29, 2023
1 parent 672a6e6 commit b9c5771
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ USAGE:
FLAGS:
-h, --help Prints help information
COMMAND:
cycle-tags Takes two arguments. Direction (next or previous) and an optional number of available tags (Default: 9).
cycle-tags Takes two arguments. Direction (next or previous) and an optional number of available tags (Default: 9).
toggle-tags Toggle previous tags if selected tags already focused.
focus-urgent-tags Focus urgent tags on an output.
"#;

#[derive(Debug)]
Expand Down

0 comments on commit b9c5771

Please sign in to comment.