about summary refs log tree commit diff
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
parent78afb218b0b2603db227667b616578bfe927518c (diff)
downloadzsh-4228d98c6b30831d18cd5d4ef23ed984c7a8e273.tar.gz
zsh-4228d98c6b30831d18cd5d4ef23ed984c7a8e273.tar.xz
zsh-4228d98c6b30831d18cd5d4ef23ed984c7a8e273.zip
unposted: fix syntax on line end
-rw-r--r--ChangeLog2
-rw-r--r--Completion/Unix/Command/_dbus2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index deac80842..531919037 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2017-04-26  Oliver Kiddle  <opk@zsh.org>
 
+	* unposted: Completion/Unix/Command/_dbus: fix syntax on line end
+
 	* 40965 (tweaked c.f. 40968): Completion/BSD/Command/_portmaster,
 	Completion/Debian/Command/_a2utils, Completion/Debian/Command/_apt,
 	Completion/Debian/Command/_lighttpd,
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