From: Michael Biebl Date: Tue, 4 Jan 2011 01:26:30 +0000 (+0100) Subject: fix help message for --with-tty-gid configure option X-Git-Tag: v16~23 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a05ea46dc788929bc8b13afb4208ca29cad68572;p=systemd fix help message for --with-tty-gid configure option --- diff --git a/configure.ac b/configure.ac index 396a414a..3127579d 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])], [])