summaryrefslogtreecommitdiffstats
path: root/bash-completion/wall
diff options
context:
space:
mode:
Diffstat (limited to 'bash-completion/wall')
-rw-r--r--bash-completion/wall4
1 files changed, 4 insertions, 0 deletions
diff --git a/bash-completion/wall b/bash-completion/wall
index e3145ff6d..1331e6aeb 100644
--- a/bash-completion/wall
+++ b/bash-completion/wall
@@ -9,6 +9,10 @@ _wall_module()
COMPREPLY=( $(compgen -W "seconds" -- $cur) )
return 0
;;
+ '-g'|'--group')
+ COMPREPLY=( $(compgen -A 'group' -- $cur) )
+ return 0
+ ;;
'-h'|'--help'|'-V'|'--version')
return 0
;;