From a891557b4971afa480c2108d88685b650a3dac13 Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Fri, 18 Oct 2019 22:47:32 +0200 Subject: 44849: completion updates for changes in OpenBSD 6.6 --- Completion/Unix/Command/_dhclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Unix/Command/_dhclient') 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]' -- cgit v1.2.3