summaryrefslogtreecommitdiffstats
path: root/bash-completion/wdctl
diff options
context:
space:
mode:
Diffstat (limited to 'bash-completion/wdctl')
-rw-r--r--bash-completion/wdctl24
1 files changed, 12 insertions, 12 deletions
diff --git a/bash-completion/wdctl b/bash-completion/wdctl
index 01d19a05a..33b4e1ff6 100644
--- a/bash-completion/wdctl
+++ b/bash-completion/wdctl
@@ -40,18 +40,18 @@ _wdctl_module()
esac
case $cur in
-*)
- OPTS="-f --flags
- -F --noflags
- -I --noident
- -n --noheadings
- -O --oneline
- -o --output
- -r --raw
- -T --notimeouts
- -s --settimeout
- -x --flags-only
- -h --help
- -V --version"
+ OPTS="--flags
+ --noflags
+ --noident
+ --noheadings
+ --oneline
+ --output
+ --raw
+ --notimeouts
+ --settimeout
+ --flags-only
+ --help
+ --version"
COMPREPLY=( $(compgen -W "${OPTS[*]}" -- $cur) )
return 0
;;