Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions po/de.po
Original file line number Diff line number Diff line change
Expand Up @@ -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 ""
Expand Down
3 changes: 3 additions & 0 deletions po/shadow.pot
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/groupadd.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Loading