aboutsummaryrefslogtreecommitdiffstats
path: root/bash-completion/tunelp
diff options
context:
space:
mode:
Diffstat (limited to 'bash-completion/tunelp')
-rw-r--r--bash-completion/tunelp26
1 files changed, 13 insertions, 13 deletions
diff --git a/bash-completion/tunelp b/bash-completion/tunelp
index e45cbec937..614b2354f4 100644
--- a/bash-completion/tunelp
+++ b/bash-completion/tunelp
@@ -27,19 +27,19 @@ _tunelp_module()
esac
case $cur in
-*)
- OPTS="-i --irq
- -t --time
- -c --chars
- -w --wait
- -a --abort
- -o --check-status
- -C --careful
- -s --status
- -T --trust-irq
- -r --reset
- -q --print-irq
- -h --help
- -V --version"
+ OPTS="--irq
+ --time
+ --chars
+ --wait
+ --abort
+ --check-status
+ --careful
+ --status
+ --trust-irq
+ --reset
+ --print-irq
+ --help
+ --version"
COMPREPLY=( $(compgen -W "${OPTS[*]}" -- $cur) )
return 0
;;