summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2011-01-04 02:26:30 +0100
committerMichael Biebl <biebl@debian.org>2011-01-04 03:00:09 +0100
commita05ea46dc788929bc8b13afb4208ca29cad68572 (patch)
tree5f67b051551af3c2f4387bc1a411571d4b57d90b
parent1d3399e6ef6f7384dfa9b775b442beb40c957f98 (diff)
downloadsystemd-a05ea46dc788929bc8b13afb4208ca29cad68572.tar.gz
fix help message for --with-tty-gid configure option
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 396a414ac7..3127579d3d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])],
[])