Skip to content

Commit 9c6720c

Browse files
zappolowskifwsmit
authored andcommitted
Use brackets consistently in dunstctl usage
Just optional argument should be put in `[]`. Required ones are without them.
1 parent 8e577c1 commit 9c6720c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

dunstctl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ show_help() {
2727
history-pop [ID] Pop the latest notification from
2828
history or optionally the
2929
notification with given ID.
30-
history-rm [ID] Remove the notification from
30+
history-rm ID Remove the notification from
3131
history with given ID.
3232
is-paused Check if pause level is > 0
33-
set-paused [true|false|toggle] Set the pause status
33+
set-paused true|false|toggle Set the pause status
3434
get-pause-level Get the current pause level
35-
set-pause-level [level] Set the pause level
36-
rule name [enable|disable|toggle] Enable or disable a rule by its name
35+
set-pause-level level Set the pause level
36+
rule name enable|disable|toggle Enable or disable a rule by its name
3737
debug Print debugging information
3838
help Show this help
3939
EOH

0 commit comments

Comments
 (0)