diff options
author | Oliver Kiddle <opk@zsh.org> | 2017-04-26 16:35:29 +0200 |
---|---|---|
committer | Oliver Kiddle <opk@zsh.org> | 2017-04-26 16:35:29 +0200 |
commit | 4228d98c6b30831d18cd5d4ef23ed984c7a8e273 (patch) | |
tree | 66c05c2ee52477a2d47f6bd321d32f0f76829396 /Completion/Unix/Command | |
parent | 78afb218b0b2603db227667b616578bfe927518c (diff) | |
download | zsh-4228d98c6b30831d18cd5d4ef23ed984c7a8e273.tar.gz zsh-4228d98c6b30831d18cd5d4ef23ed984c7a8e273.tar.xz zsh-4228d98c6b30831d18cd5d4ef23ed984c7a8e273.zip |
unposted: fix syntax on line end
Diffstat (limited to 'Completion/Unix/Command')
-rw-r--r-- | Completion/Unix/Command/_dbus | 2 |
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 |