summaryrefslogtreecommitdiffstats
path: root/bash-completion/wdctl
diff options
context:
space:
mode:
Diffstat (limited to 'bash-completion/wdctl')
-rw-r--r--bash-completion/wdctl3
1 files changed, 3 insertions, 0 deletions
diff --git a/bash-completion/wdctl b/bash-completion/wdctl
index 42889acad..01d19a05a 100644
--- a/bash-completion/wdctl
+++ b/bash-completion/wdctl
@@ -34,6 +34,9 @@ _wdctl_module()
COMPREPLY=( $(compgen -W "seconds" -- $cur) )
return 0
;;
+ '-h'|'--help'|'-V'|'--version')
+ return 0
+ ;;
esac
case $cur in
-*)