From 49eff4652d4dcb71766727ce9eb0359ba6e8ced5 Mon Sep 17 00:00:00 2001 From: Christian Goeschel Ndjomouo Date: Fri, 31 Oct 2025 13:22:46 -0400 Subject: [PATCH] bash-completion: (unshare) add missing long options Signed-off-by: Christian Goeschel Ndjomouo --- bash-completion/unshare | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/bash-completion/unshare b/bash-completion/unshare index d421eb1a3..219579c56 100644 --- a/bash-completion/unshare +++ b/bash-completion/unshare @@ -39,6 +39,13 @@ _unshare_module() --version --root --wd + --load-interp + --map-auto + --map-group + --map-groups + --map-user + --map-users + --mount-binfmt --monotonic --boottime --setuid -- 2.47.3