summary refs log tree commit diff
path: root/Completion
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2017-04-26 16:35:29 +0200
committerOliver Kiddle <opk@zsh.org>2017-04-26 16:35:29 +0200
commit4228d98c6b30831d18cd5d4ef23ed984c7a8e273 (patch)
tree66c05c2ee52477a2d47f6bd321d32f0f76829396 /Completion
parent78afb218b0b2603db227667b616578bfe927518c (diff)
downloadzsh-4228d98c6b30831d18cd5d4ef23ed984c7a8e273.tar.gz
zsh-4228d98c6b30831d18cd5d4ef23ed984c7a8e273.tar.xz
zsh-4228d98c6b30831d18cd5d4ef23ed984c7a8e273.zip
unposted: fix syntax on line end
Diffstat (limited to 'Completion')
-rw-r--r--Completion/Unix/Command/_dbus2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_dbus b/Completion/Unix/Command/_dbus
index fd035743f..3f106cb5c 100644
--- a/Completion/Unix/Command/_dbus
+++ b/Completion/Unix/Command/_dbus
@@ -22,7 +22,7 @@ case $service in
     _arguments -A "--*" -C \
       '*:watch expression:->expressions' \
       - '(bus)' \
-      --system --session
+      --system --session \
       '--address=-:bus address:->addresses' \
       - '(format)' \
       --monitor --profile --pcap --binary && ret=0