From 6a0874cad65d7949b3bcc2b082f9c6d6b9225a2a Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Thu, 23 May 2019 01:19:02 +0200 Subject: 44349: completion option updates --- Completion/Unix/Command/_dhclient | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Completion/Unix/Command/_dhclient') diff --git a/Completion/Unix/Command/_dhclient b/Completion/Unix/Command/_dhclient index ee309e1fd..fe5347bbc 100644 --- a/Completion/Unix/Command/_dhclient +++ b/Completion/Unix/Command/_dhclient @@ -45,7 +45,7 @@ case $OSTYPE in '-g[force giaddr field]:relay:_hosts' '-i[use a DUID with DHCPv4 clients]' '-I[use the standard DDNS scheme]' - '--version[display version number]' + '(-)--version[display version number]' '(-4)-S[use Information-request to get only stateless configuration]' '(-4)*-T[ask for IPv6 temporary addresses]' '(-4)-P[enable IPv6 prefix delegation]' @@ -67,6 +67,10 @@ case $OSTYPE in '--request-options[specify list of options the client is to request from the server]:options' '--timeout[specify time after which dhclient will decide that no DHCP servers can be contacted]:timeout' '--dad-wait-time[specify maximum time to wait for duplicate address detection]:time (seconds)' + '--prefix-len-hint[specify length to request when requesting new prefixes]:length' + '--decline-wait-time[specify time an IPv4 client should wait between declining an address and issuing a discover]:time (seconds)' + '--address-prefix-len[specify length of the prefix for IPv6 addresses]:length' + '(-)'{--help,-h}'[display usage information]' ) ;; esac -- cgit 1.4.1