From 61b544a06832eb29035fb95a6bd942f77881300a Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Wed, 11 Oct 2017 01:24:01 +0200 Subject: 41855: completion option updates for OpenBSD 6.2 and handle macOS in rm completion --- 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 a9f06d81f..af38a28e6 100644 --- a/Completion/Unix/Command/_dhclient +++ b/Completion/Unix/Command/_dhclient @@ -7,13 +7,13 @@ case $OSTYPE in args+=( '-c+[specify configuration file]:file:_files' '-l+[specify leases file]:file:_files' - '-u[reject leases with unknown options]' ) ;| freebsd*) args+=( '(-d)-b[immediately move to the background]' '-p+[specify PID file]:file:_files' + '-u[reject leases with unknown options]' ) ;; openbsd*) -- cgit v1.2.3