diff --git a/completions/zsh/_swaync-client b/completions/zsh/_swaync-client index 89d45f6..93f8502 100644 --- a/completions/zsh/_swaync-client +++ b/completions/zsh/_swaync-client @@ -11,8 +11,8 @@ _arguments -s \ '(-d --toggle-dnd)'{-d,--toggle-dnd}'[Toggle and print the current dnd state]' \ '(-D --get-dnd)'{-D,--get-dnd}'[Print the current dnd state]' \ '(-c --count)'{-c,--count}'[Print the current notificaion count]' \ - '(--hide-latest)'{--hide-latest}'[Closes all notifications]' \ - '(--close-latest)'{--close-latest}'[Hides latest notification. Still shown in Control Center]' \ + '(--hide-latest)'--hide-latest'[Closes all notifications]' \ + '(--close-latest)'--close-latest'[Hides latest notification. Still shown in Control Center]' \ '(-C --close-all)'{-C,--close-all}'[Closes latest notification]' \ '(-sw --skip-wait)'{-sw,--skip-wait}"[Doesn't wait when swaync hasn't been started]" \ '(-s --subscribe)'{-s,--subscribe}'[Subscribe to notificaion add and close events]' \