From 4228d98c6b30831d18cd5d4ef23ed984c7a8e273 Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Wed, 26 Apr 2017 16:35:29 +0200 Subject: unposted: fix syntax on line end --- Completion/Unix/Command/_dbus | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion') 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 -- cgit 1.4.1