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