diff --git a/easybuild/easyblocks/generic/configuremake.py b/easybuild/easyblocks/generic/configuremake.py index 33fbea7b5b..adbc12d385 100644 --- a/easybuild/easyblocks/generic/configuremake.py +++ b/easybuild/easyblocks/generic/configuremake.py @@ -197,7 +197,7 @@ def extra_options(extra_vars=None): 'test_cmd': [None, "Test command to use ('runtest' value is appended, default: '%s')" % DEFAULT_TEST_CMD, CUSTOM], 'unrecognized_configure_options': [ERROR, - "Action to do when unrecognized arguments passed to ./configure are" + "Action to do when unrecognized options passed to ./configure are" " detected, defaults to aborting the build. Can be set to '" + WARN + "' or '" + IGNORE + "' (NOT RECOMMENDED! It might hide actual errors" " e.g. misspelling of intended or changed options)", CUSTOM],