about summary refs log tree commit diff
path: root/Completion/Unix/Command/_dhclient
blob: 47af999b005394c541d5a91a817d09f15561132a (plain) (blame)
1
2
3
4
5
6
7
#compdef dhclient

_arguments \
      '-p[Port to transmit to / listen on]' \
      '-e[Exit if configuration failed after a certain time]' \
      '-d[Force to run in foreground]' \
      ':Interface:_net_interfaces'