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 3fda4a194..64aea6784 100644
--- a/bash-completion/unshare
+++ b/bash-completion/unshare
@@ -33,7 +33,9 @@ _unshare_module()
--propagation
--setgroups
--help
- --version"
+ --version
+ --root
+ --wd"
COMPREPLY=( $(compgen -W "${OPTS[*]}" -- $cur) )
return 0
;;