diff --git a/po/de.po b/po/de.po index 0594ca2118..92d777fd60 100644 --- 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 "" diff --git a/po/shadow.pot b/po/shadow.pot index 666060343c..539d387da0 100644 --- a/po/shadow.pot +++ b/po/shadow.pot @@ -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" diff --git a/src/groupadd.c b/src/groupadd.c index a2a13f066d..3c4ac8b13c 100644 --- a/src/groupadd.c +++ b/src/groupadd.c @@ -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"