summaryrefslogtreecommitdiffstats
path: root/bash-completion/unshare
diff options
context:
space:
mode:
Diffstat (limited to 'bash-completion/unshare')
-rw-r--r--bash-completion/unshare4
1 files changed, 3 insertions, 1 deletions
diff --git a/bash-completion/unshare b/bash-completion/unshare
index 64aea6784..10afffe19 100644
--- a/bash-completion/unshare
+++ b/bash-completion/unshare
@@ -35,7 +35,9 @@ _unshare_module()
--help
--version
--root
- --wd"
+ --wd
+ --setuid
+ --setgid"
COMPREPLY=( $(compgen -W "${OPTS[*]}" -- $cur) )
return 0
;;