mirror of
https://github.com/systemd/systemd.git
synced 2025-08-31 09:49:54 +03:00
fix help message for --with-tty-gid configure option
This commit is contained in:
@ -411,7 +411,7 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
AC_ARG_WITH([tty-gid],
|
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])],
|
[Specify the numeric GID of the 'tty' group])],
|
||||||
[AC_DEFINE_UNQUOTED(TTY_GID, [$withval], [GID of the 'tty' group])],
|
[AC_DEFINE_UNQUOTED(TTY_GID, [$withval], [GID of the 'tty' group])],
|
||||||
[])
|
[])
|
||||||
|
Reference in New Issue
Block a user