diff --git a/bin/dunecontrol b/bin/dunecontrol index 704b4add887a4c70db2a9dffdb35716a2135ab6b..2bd80f666c78238ab7d7972ca583a0fffa2a9b8c 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"