From: Benno Schulenberg Date: Sun, 2 Feb 2025 16:38:09 +0000 (+0100) Subject: setpriv: describe --groups more correctly in the usage text X-Git-Tag: v2.42-start~61^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8694c4215641e6cd05d8400f26a28a33fbd6058d;p=thirdparty%2Futil-linux.git setpriv: describe --groups more correctly in the usage text Signed-off-by: Benno Schulenberg --- diff --git a/sys-utils/setpriv.c b/sys-utils/setpriv.c index f68e6c48a..43d72f64c 100644 --- a/sys-utils/setpriv.c +++ b/sys-utils/setpriv.c @@ -146,7 +146,7 @@ static void __attribute__((__noreturn__)) usage(void) fputs(_(" --clear-groups clear supplementary groups\n"), out); fputs(_(" --keep-groups keep supplementary groups\n"), out); fputs(_(" --init-groups initialize supplementary groups\n"), out); - fputs(_(" --groups set supplementary groups by UID or name\n"), out); + fputs(_(" --groups [,...] set supplementary group(s) by GID or name\n"), out); fputs(_(" --securebits set securebits\n"), out); fputs(_(" --pdeathsig keep|clear|\n" " set or clear parent death signal\n"), out);