diff --git a/bin/dunecontrol b/bin/dunecontrol index ffe18821c52b9cc351480b5412496311b8e86fb7..7381def4f95f9063c6c3c606c43cd05491bce087 100755 --- a/bin/dunecontrol +++ b/bin/dunecontrol @@ -332,7 +332,7 @@ update_HELP="updated all modules from the repository" autogen_HELP="run the autogen.sh script for each module. Does nothing, if CMake is activated" configure_HELP="run configure or cmake for each module" make_HELP="run make for each module" -all_HELP="\trun 'autogen', 'configure' and 'make' command for each module" +all_HELP="\trun 'vcsetup', 'autogen', 'configure' and 'make' command for each module" exec_HELP="execute an arbitrary command in each module source directory" bexec_HELP="execute an arbitrary command in each module build directory" status_HELP="show vc status for all modules"