summaryrefslogtreecommitdiffstats
path: root/bash-completion
diff options
context:
space:
mode:
authorKarel Zak2016-12-02 14:11:20 +0100
committerKarel Zak2016-12-02 14:11:20 +0100
commite0383e3e88f4d80454bb67b4e8920126c667d258 (patch)
treee225bd55b780471b64da11dbf0357b6ca8bc1878 /bash-completion
parentfallocate: add insert range support (diff)
downloadkernel-qcow2-util-linux-e0383e3e88f4d80454bb67b4e8920126c667d258.tar.gz
kernel-qcow2-util-linux-e0383e3e88f4d80454bb67b4e8920126c667d258.tar.xz
kernel-qcow2-util-linux-e0383e3e88f4d80454bb67b4e8920126c667d258.zip
wall: check -g GID
Based on comments from Sami Kerola. Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'bash-completion')
-rw-r--r--bash-completion/wall2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash-completion/wall b/bash-completion/wall
index 1331e6aeb..d2fba9ad5 100644
--- a/bash-completion/wall
+++ b/bash-completion/wall
@@ -19,7 +19,7 @@ _wall_module()
esac
case $cur in
-*)
- OPTS="--nobanner --timeout --version --help"
+ OPTS="--group --nobanner --timeout --version --help"
COMPREPLY=( $(compgen -W "${OPTS[*]}" -- $cur) )
return 0
;;