]> git.ipfire.org Git - thirdparty/shadow.git/commitdiff
src/useradd.c: usage(): wfix
authorAlejandro Colomar <alx@kernel.org>
Thu, 25 Jun 2026 20:24:52 +0000 (22:24 +0200)
committerSerge Hallyn <serge@hallyn.com>
Sun, 28 Jun 2026 17:01:24 +0000 (12:01 -0500)
Make the text consistent, to help translators.

Closes: <https://github.com/shadow-maint/shadow/issues/1662>
Reported-by: Rafael Fontenelle <https://github.com/rffontenelle>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
src/groupmod.c

index e535a9e882719d7d1dcdd57ea3c2cdb3b37d9f6f..0ad7a30730c586481403830c149f503ccf211f68 100644 (file)
@@ -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);