mirror of
https://github.com/systemd/systemd.git
synced 2025-01-26 14:04:03 +03:00
fix help message for --with-tty-gid configure option
This commit is contained in:
parent
1d3399e6ef
commit
a05ea46dc7
@ -411,7 +411,7 @@ else
|
||||
fi
|
||||
|
||||
AC_ARG_WITH([tty-gid],
|
||||
[AS_HELP_STRING([--tty-gid=GID],
|
||||
[AS_HELP_STRING([--with-tty-gid=GID],
|
||||
[Specify the numeric GID of the 'tty' group])],
|
||||
[AC_DEFINE_UNQUOTED(TTY_GID, [$withval], [GID of the 'tty' group])],
|
||||
[])
|
||||
|
Loading…
x
Reference in New Issue
Block a user