[gnome-builder/gnome-builder-3-24] build: Fix configure --with-channel argument help text



commit f72fff9ef215cbf740fde3340dc99f6f2741419a
Author: Mart Raudsepp <leio gentoo org>
Date:   Tue Apr 18 14:28:33 2017 +0300

    build: Fix configure --with-channel argument help text

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 3ea7ca3..d113dfc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -108,7 +108,7 @@ channel_guess=distro
 AS_IF([test -d "${srcdir}/.git"],[channel_guess=devel])
 AS_IF([test x$UNDER_JHBUILD != x],[channel_guess=jhbuild])
 AC_ARG_WITH([channel],
-            AS_HELP_STRING([--enable-channel=@<:@devel/distro/jhbuild/flatpak-nightly/flatpak-stable@:>@],
+            AS_HELP_STRING([--with-channel=@<:@devel/distro/jhbuild/flatpak-nightly/flatpak-stable@:>@],
                            [Sets the distribution channel for the build to help developers track down bugs]),
             [channel=$withval],
            [channel=$channel_guess])


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]