]> git.ipfire.org Git - thirdparty/shadow.git/commitdiff
src/groupmod.c: --help: wfix
authorAlejandro Colomar <alx@kernel.org>
Tue, 29 Jul 2025 22:18:33 +0000 (00:18 +0200)
committerIker Pedrosa <ikerpedrosam@gmail.com>
Thu, 7 Aug 2025 13:46:17 +0000 (15:46 +0200)
Closes: <https://github.com/shadow-maint/shadow/issues/1313>
Reported-by: Arshdeep Singh <arshdeepsinghsahni8@gmail.com>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
src/groupmod.c

index 34b670f65747aa886923b57bdeab83962ced7e89..2cdb20676c679b2885529d3cd012ea52927367df 100644 (file)
@@ -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);
 }