From: Alejandro Colomar Date: Thu, 25 Jun 2026 20:24:52 +0000 (+0200) Subject: src/useradd.c: usage(): wfix X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e2cdf1f57a896ddc3441e4ccfdc32b11e8f23ce8;p=thirdparty%2Fshadow.git src/useradd.c: usage(): wfix Make the text consistent, to help translators. Closes: Reported-by: Rafael Fontenelle Signed-off-by: Alejandro Colomar --- diff --git a/src/groupmod.c b/src/groupmod.c index e535a9e88..0ad7a3073 100644 --- a/src/groupmod.c +++ b/src/groupmod.c @@ -126,7 +126,7 @@ static void usage (int status) (void) fputs (_(" -g, --gid GID change the group ID to GID\n"), usageout); (void) fputs (_(" -h, --help display this help message and exit\n"), usageout); (void) fputs (_(" -n, --new-name NEW_GROUP change the name to NEW_GROUP\n"), usageout); - (void) fputs (_(" -o, --non-unique allow to use a duplicate (non-unique) GID\n"), usageout); + (void) fputs (_(" -o, --non-unique allow using a duplicate (non-unique) GID\n"), usageout); (void) fputs (_(" -p, --password PASSWORD change the password to this (encrypted)\n" " PASSWORD\n"), usageout); (void) fputs (_(" -R, --root CHROOT_DIR directory to chroot into\n"), usageout);