summaryrefslogtreecommitdiff
path: root/completions/dhclient
diff options
context:
space:
mode:
Diffstat (limited to 'completions/dhclient')
-rw-r--r--completions/dhclient6
1 files changed, 3 insertions, 3 deletions
diff --git a/completions/dhclient b/completions/dhclient
index 54d89d31..8b44f6c3 100644
--- a/completions/dhclient
+++ b/completions/dhclient
@@ -8,11 +8,11 @@ _dhclient()
case $prev in
-cf|-lf|-pf|-sf)
_filedir
- return 0
+ return
;;
-s)
_known_hosts_real "$cur"
- return 0
+ return
;;
esac
@@ -25,4 +25,4 @@ _dhclient()
} &&
complete -F _dhclient dhclient
-# ex: ts=4 sw=4 et filetype=sh
+# ex: filetype=sh