From 80bf36e074e7b7c1861b72499cb7d24d2628020c Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Mon, 25 Jul 2005 23:59:02 +0000 Subject: 21523, 21524: Julius Plenz: completions for pump and dhclient. --- Completion/Unix/Command/_dhclient | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Completion/Unix/Command/_dhclient (limited to 'Completion/Unix/Command/_dhclient') 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' -- cgit 1.4.1