From: Alejandro Colomar Date: Tue, 29 Jul 2025 22:18:33 +0000 (+0200) Subject: src/groupmod.c: --help: wfix X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1678a9e2759f60a2daf5e136c76fa6e47d6f400;p=thirdparty%2Fshadow.git src/groupmod.c: --help: wfix Closes: Reported-by: Arshdeep Singh Signed-off-by: Alejandro Colomar --- diff --git a/src/groupmod.c b/src/groupmod.c index 34b670f65..2cdb20676 100644 --- a/src/groupmod.c +++ b/src/groupmod.c @@ -132,7 +132,8 @@ static void usage (int status) " PASSWORD\n"), usageout); (void) fputs (_(" -R, --root CHROOT_DIR directory to chroot into\n"), usageout); (void) fputs (_(" -P, --prefix PREFIX_DIR prefix directory where are located the /etc/* files\n"), usageout); - (void) fputs (_(" -U, --users USERS list of user members of this group\n"), usageout); + (void) fputs (_(" -U, --users USERS comma-separated list of users to add as\n" + " members of this group\n"), usageout); (void) fputs ("\n", usageout); exit (status); }