mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-22 16:20:23 +02:00
unposted: fix syntax on line end
This commit is contained in:
parent
78afb218b0
commit
4228d98c6b
2 changed files with 3 additions and 1 deletions
|
@ -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,
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue