From: Michael Vetter Date: Fri, 31 Mar 2023 09:47:40 +0000 (+0200) Subject: Fix typo in groupadd usage X-Git-Tag: 4.14.0-rc1~118 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b44d7f78e0988847b99a7c3ac3a53042db073a92;p=thirdparty%2Fshadow.git Fix typo in groupadd usage --- diff --git a/src/groupadd.c b/src/groupadd.c index c70a20709..311421014 100644 --- a/src/groupadd.c +++ b/src/groupadd.c @@ -107,7 +107,7 @@ usage (int status) (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, --root CHROOT_DIR directory to chroot into\n"), usageout); - (void) fputs (_(" -P, --prefix PREFIX_DI directory prefix\n"), usageout); + (void) fputs (_(" -P, --prefix PREFIX_DIR directory prefix\n"), usageout); (void) fputs (_(" -U, --users USERS list of user members of this group\n"), usageout); (void) fputs ("\n", usageout); exit (status);