summaryrefslogtreecommitdiffstats
path: root/bash-completion/setsid
diff options
context:
space:
mode:
Diffstat (limited to 'bash-completion/setsid')
-rw-r--r--bash-completion/setsid2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash-completion/setsid b/bash-completion/setsid
index 568159bda..955ec27c0 100644
--- a/bash-completion/setsid
+++ b/bash-completion/setsid
@@ -11,7 +11,7 @@ _setsid_module()
esac
case $cur in
-*)
- OPTS="--ctty --help --version"
+ OPTS="--ctty --wait --help --version"
COMPREPLY=( $(compgen -W "${OPTS[*]}" -- $cur) )
return 0
;;