summaryrefslogtreecommitdiff
path: root/completions/dhclient
diff options
context:
space:
mode:
Diffstat (limited to 'completions/dhclient')
-rw-r--r--completions/dhclient4
1 files changed, 2 insertions, 2 deletions
diff --git a/completions/dhclient b/completions/dhclient
index 10bbbe66..54d89d31 100644
--- a/completions/dhclient
+++ b/completions/dhclient
@@ -17,8 +17,8 @@ _dhclient()
esac
if [[ "$cur" == -* ]]; then
- COMPREPLY=( $( compgen -W '-p -d -q -1 -r -lf -pf \
- -cf -sf -s -g -n -nw -w' -- "$cur" ) )
+ COMPREPLY=( $( compgen -W '-p -d -q -1 -r -lf -pf -cf -sf -s -g -n -nw
+ -w' -- "$cur" ) )
else
_available_interfaces
fi