summaryrefslogtreecommitdiffstats
path: root/bash-completion/col
diff options
context:
space:
mode:
Diffstat (limited to 'bash-completion/col')
-rw-r--r--bash-completion/col3
1 files changed, 3 insertions, 0 deletions
diff --git a/bash-completion/col b/bash-completion/col
index 9ad3a6732..41cac7240 100644
--- a/bash-completion/col
+++ b/bash-completion/col
@@ -9,6 +9,9 @@ _col_module()
COMPREPLY=( $(compgen -W "number" -- $cur) )
return 0
;;
+ '-H'|'--help'|'-V'|'--version')
+ return 0
+ ;;
esac
OPTS="-b --no-backspaces
-f --fine