1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-08 12:01:21 +02:00
zsh/Completion/Unix/Command/_dhclient

7 lines
218 B
Text

#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'