summaryrefslogtreecommitdiff
path: root/Completion/Unix/Command/_dhclient
diff options
context:
space:
mode:
authorOliver Kiddle <okiddle@yahoo.co.uk>2019-10-18 22:47:32 +0200
committerOliver Kiddle <okiddle@yahoo.co.uk>2019-10-18 22:47:32 +0200
commita891557b4971afa480c2108d88685b650a3dac13 (patch)
tree11da28bbcc53f3fc4b4991a9fd526eca16120929 /Completion/Unix/Command/_dhclient
parent59901e61cb3e7c8c36bb77c722102e2b9504dc5c (diff)
downloadzsh-a891557b4971afa480c2108d88685b650a3dac13.tar.gz
zsh-a891557b4971afa480c2108d88685b650a3dac13.zip
44849: completion updates for changes in OpenBSD 6.6
Diffstat (limited to 'Completion/Unix/Command/_dhclient')
-rw-r--r--Completion/Unix/Command/_dhclient2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_dhclient b/Completion/Unix/Command/_dhclient
index fe5347bbc..d5ca5b271 100644
--- a/Completion/Unix/Command/_dhclient
+++ b/Completion/Unix/Command/_dhclient
@@ -6,12 +6,12 @@ case $OSTYPE in
(open|free)bsd*)
args+=(
'-c+[specify configuration file]:file:_files'
- '-l+[specify leases file]:file:_files'
)
;|
freebsd*)
args+=(
'(-d)-b[immediately move to the background]'
+ '-l+[specify leases file]:file:_files'
'-p+[specify PID file]:file:_files'
'-u[reject leases with unknown options]'
'-q[quiet]'