From: Christian Goeschel Ndjomouo Date: Sun, 21 Dec 2025 21:53:30 +0000 (-0500) Subject: unshare: fix inconsistency in usage message X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92a4055aa82fcc71f7bd1fd0d69da6f8438816e9;p=thirdparty%2Futil-linux.git unshare: fix inconsistency in usage message Closes: #3814 Signed-off-by: Christian Goeschel Ndjomouo --- diff --git a/sys-utils/unshare.c b/sys-utils/unshare.c index 6f82461b8..889d3fff5 100644 --- a/sys-utils/unshare.c +++ b/sys-utils/unshare.c @@ -759,6 +759,7 @@ static void __attribute__((__noreturn__)) usage(void) fputs(_(" -r, --map-root-user map current user to root (implies --user)\n"), out); fputs(_(" -c, --map-current-user map current user to itself (implies --user)\n"), out); fputs(_(" --map-auto map users and groups automatically (implies --user)\n"), out); + fputs(_(" --map-subids map the first block of user IDs owned by euid (implies --user)\n"), out); fputs(_(" --map-users ::\n" " map count users from outeruid to inneruid (implies --user)\n"), out); fputs(_(" --map-groups ::\n"