From a2a6b7d61eda1e16a7af3bdc16eccd16667c2e2b Mon Sep 17 00:00:00 2001 From: Christian Goeschel Ndjomouo Date: Sun, 23 Nov 2025 23:32:11 -0500 Subject: [PATCH] bash-completion: (unshare) add missing --map-subids option Signed-off-by: Christian Goeschel Ndjomouo --- bash-completion/unshare | 1 + 1 file changed, 1 insertion(+) diff --git a/bash-completion/unshare b/bash-completion/unshare index 219579c56..2d887bd5c 100644 --- a/bash-completion/unshare +++ b/bash-completion/unshare @@ -45,6 +45,7 @@ _unshare_module() --map-groups --map-user --map-users + --map-subids --mount-binfmt --monotonic --boottime -- 2.47.3