1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-05-31 20:36:03 +02:00

unposted: fix syntax on line end

This commit is contained in:
Oliver Kiddle 2017-04-26 16:35:29 +02:00
parent 78afb218b0
commit 4228d98c6b
2 changed files with 3 additions and 1 deletions

View File

@ -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,

View File

@ -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