about summary refs log tree commit diff
path: root/Completion/Unix/Command/_dhclient
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2005-07-25 23:59:02 +0000
committerClint Adams <clint@users.sourceforge.net>2005-07-25 23:59:02 +0000
commit80bf36e074e7b7c1861b72499cb7d24d2628020c (patch)
tree08f6ca2de901663db27016f45863b459893681be /Completion/Unix/Command/_dhclient
parentc42ab7adb5afdd6f9f4c33a5cc9fa5ed1171f2d0 (diff)
downloadzsh-80bf36e074e7b7c1861b72499cb7d24d2628020c.tar.gz
zsh-80bf36e074e7b7c1861b72499cb7d24d2628020c.tar.xz
zsh-80bf36e074e7b7c1861b72499cb7d24d2628020c.zip
21523, 21524: Julius Plenz: completions for pump and dhclient.
Diffstat (limited to 'Completion/Unix/Command/_dhclient')
-rw-r--r--Completion/Unix/Command/_dhclient7
1 files changed, 7 insertions, 0 deletions
diff --git a/Completion/Unix/Command/_dhclient b/Completion/Unix/Command/_dhclient
new file mode 100644
index 000000000..47af999b0
--- /dev/null
+++ b/Completion/Unix/Command/_dhclient
@@ -0,0 +1,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'