Fix explanation of --enable-group option (#4135)

This commit is contained in:
Badlop 2024-01-05 19:04:06 +01:00
parent e26c547afc
commit 8e8354caec
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ esac],[full_xml=false])
ENABLEGROUP=""
AC_ARG_ENABLE(group,
[AS_HELP_STRING([--enable-group[[[[=GROUP]]]]], [allow this system group to start ejabberd (default: no)])],
[AS_HELP_STRING([--enable-group[[[[=GROUP]]]]], [specify the group of the account defined in --enable-user (default: no)])],
[case "${enableval}" in
yes) ENABLEGROUP=`groups |head -n 1` ;;
no) ENABLEGROUP="" ;;