From 37451970fb3733fb2e38014cbfacce6b244a112e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Christoph=20Gr=C3=BCninger?= <gruenich@dune-project.org>
Date: Fri, 10 Oct 2014 21:57:09 +0200
Subject: [PATCH] [dunecontrol] Document already present --no-cmake.

Once CMake will be default, people can deactivate it.
---
 bin/dunecontrol | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/bin/dunecontrol b/bin/dunecontrol
index 704b4add8..2bd80f666 100755
--- a/bin/dunecontrol
+++ b/bin/dunecontrol
@@ -764,7 +764,8 @@ usage () {
     echo "OPTIONS:"
     echo "  -h, --help          show this help"
     echo "      --debug         enable debug output of this script"
-    echo "      --use-cmake     use cmake instead autotools for building"
+    echo "      --use-cmake     use CMake instead of autotools for building"
+    echo "      --no-cmake      use autotools instead of CMake for building"
     echo "      --module=mod    only apply the actions on module mod"
     echo "                      and all modules it depends on"
     echo "      --only=mod      only apply the actions on module mod"
-- 
GitLab