mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-30 05:40:58 +01:00
7 lines
218 B
Text
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'
|