summaryrefslogtreecommitdiffstats
path: root/bash-completion/raw
diff options
context:
space:
mode:
Diffstat (limited to 'bash-completion/raw')
-rw-r--r--bash-completion/raw2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash-completion/raw b/bash-completion/raw
index 231f2cc4f..20c326116 100644
--- a/bash-completion/raw
+++ b/bash-completion/raw
@@ -12,7 +12,7 @@ _raw_module()
case $cur in
-*)
local OPTS
- OPTS="-q --query -a --all -h --help -V --version"
+ OPTS="--query --all --help --version"
COMPREPLY=( $(compgen -W "${OPTS[*]}" -- $cur) )
return 0
;;