Skip to content

Commit

Permalink
Use brackets consistently in dunstctl usage
Browse files Browse the repository at this point in the history
Just optional argument should be put in `[]`. Required ones are without
them.
  • Loading branch information
zappolowski authored and fwsmit committed Dec 31, 2023
1 parent 8e577c1 commit 9c6720c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dunstctl
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ show_help() {
history-pop [ID] Pop the latest notification from
history or optionally the
notification with given ID.
history-rm [ID] Remove the notification from
history-rm ID Remove the notification from
history with given ID.
is-paused Check if pause level is > 0
set-paused [true|false|toggle] Set the pause status
set-paused true|false|toggle Set the pause status
get-pause-level Get the current pause level
set-pause-level [level] Set the pause level
rule name [enable|disable|toggle] Enable or disable a rule by its name
set-pause-level level Set the pause level
rule name enable|disable|toggle Enable or disable a rule by its name
debug Print debugging information
help Show this help
EOH
Expand Down

0 comments on commit 9c6720c

Please sign in to comment.