summaryrefslogtreecommitdiff
path: root/completions/iwlist
diff options
context:
space:
mode:
Diffstat (limited to 'completions/iwlist')
-rw-r--r--completions/iwlist6
1 files changed, 3 insertions, 3 deletions
diff --git a/completions/iwlist b/completions/iwlist
index 7819b04d..78c15b71 100644
--- a/completions/iwlist
+++ b/completions/iwlist
@@ -12,9 +12,9 @@ _iwlist()
_available_interfaces -w
fi
else
- COMPREPLY=( $( compgen -W 'scan scanning freq frequency \
- channel rate bit bitrate key enc encryption power \
- txpower retry ap accesspoint peers event' -- "$cur" ) )
+ COMPREPLY=( $( compgen -W 'scan scanning freq frequency channel rate
+ bit bitrate key enc encryption power txpower retry ap accesspoint
+ peers event' -- "$cur" ) )
fi
} &&
complete -F _iwlist iwlist