]> git.ipfire.org Git - thirdparty/util-linux.git/blobdiff - bash-completion/unshare
lsclocks: new util to interact with system clocks
[thirdparty/util-linux.git] / bash-completion / unshare
index cd73c1d6cf806dfeeec9273173bbc7611dc7c147..d421eb1a3b46ad1df0f0489fa8de15aa48427bb9 100644 (file)
@@ -26,13 +26,23 @@ _unshare_module()
                                --pid
                                --user
                                --cgroup
+                               --time
                                --fork
+                               --kill-child
+                               --keep-caps
                                --mount-proc
+                               --map-current-user
                                --map-root-user
                                --propagation
                                --setgroups
                                --help
-                               --version"
+                               --version
+                               --root
+                               --wd
+                               --monotonic
+                               --boottime
+                               --setuid
+                               --setgid"
                        COMPREPLY=( $(compgen -W "${OPTS[*]}" -- $cur) )
                        return 0
                        ;;