diff options
author | Michael Biebl <biebl@debian.org> | 2011-01-04 02:26:30 +0100 |
---|---|---|
committer | Michael Biebl <biebl@debian.org> | 2011-01-04 03:00:09 +0100 |
commit | a05ea46dc788929bc8b13afb4208ca29cad68572 (patch) | |
tree | 5f67b051551af3c2f4387bc1a411571d4b57d90b /configure.ac | |
parent | 1d3399e6ef6f7384dfa9b775b442beb40c957f98 (diff) |
fix help message for --with-tty-gid configure option
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
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])], []) |