summaryrefslogtreecommitdiffstats
path: root/bash-completion/colcrt
diff options
context:
space:
mode:
Diffstat (limited to 'bash-completion/colcrt')
-rw-r--r--bash-completion/colcrt8
1 files changed, 4 insertions, 4 deletions
diff --git a/bash-completion/colcrt b/bash-completion/colcrt
index 28093a89a..f9e4c333f 100644
--- a/bash-completion/colcrt
+++ b/bash-completion/colcrt
@@ -11,10 +11,10 @@ _colcrt_module()
esac
case $cur in
-*)
- OPTS=" - --no-underlining
- -2 --half-lines
- -V --version
- -h --help"
+ OPTS=" --no-underlining
+ --half-lines
+ --version
+ --help"
COMPREPLY=( $(compgen -W "${OPTS[*]}" -- $cur) )
return 0
;;