]> git.ipfire.org Git - thirdparty/shadow.git/commitdiff
groupadd: fix system account help text master
authorThomas Schuster <twihno@gmail.com>
Thu, 9 Apr 2026 12:03:48 +0000 (14:03 +0200)
committerAlejandro Colomar <foss+github@alejandro-colomar.es>
Sun, 12 Apr 2026 06:30:46 +0000 (08:30 +0200)
Co-authored-by: Valentin Mücklausch <143010987+Mozzarella32@users.noreply.github.com>
Co-authored-by: Benno Raupach <28948901+braupach@users.noreply.github.com>
po/de.po
po/shadow.pot
src/groupadd.c

index 0594ca21186cb6e82c63e5387f41b2657782d84c..92d777fd60f7407cba2a7636f15b2da9feaaecaf 100644 (file)
--- a/po/de.po
+++ b/po/de.po
@@ -1291,6 +1291,9 @@ msgstr ""
 msgid "  -r, --system                  create a system account\n"
 msgstr "  -r, --system                  Ein Systemkonto erstellen\n"
 
+msgid "  -r, --system                  create a system group\n"
+msgstr "  -r, --system                  Eine Systemgruppe erstellen\n"
+
 #, fuzzy
 #| msgid "  -l, --list                    list the members of the group\n"
 msgid ""
index 666060343c2cc73914e6c40ecb5da17026336240..539d387da0e424475126d6816074da8e837a191c 100644 (file)
@@ -1131,6 +1131,9 @@ msgstr ""
 msgid "  -r, --system                  create a system account\n"
 msgstr ""
 
+msgid "  -r, --system                  create a system group\n"
+msgstr ""
+
 msgid ""
 "  -U, --users USERS             comma-separated list of users to add as\n"
 "\t                         members of this group\n"
index a2a13f066d82d375692787e654870f7e9850dab3..3c4ac8b13c2dda1fb9540d65fe6e8ad57ca30e38 100644 (file)
@@ -116,7 +116,7 @@ usage (int status)
        (void) fputs (_("  -o, --non-unique              allow to create groups with duplicate\n"
                        "                                (non-unique) GID\n"), usageout);
        (void) fputs (_("  -p, --password PASSWORD       use this encrypted password for the new group\n"), usageout);
-       (void) fputs (_("  -r, --system                  create a system account\n"), usageout);
+       (void) fputs (_("  -r, --system                  create a system group\n"), usageout);
        (void) fputs (_("  -R, --root CHROOT_DIR         directory to chroot into\n"), usageout);
        (void) fputs (_("  -P, --prefix PREFIX_DIR       directory prefix\n"), usageout);
        (void) fputs (_("  -U, --users USERS             comma-separated list of users to add as\n"