Skip to content

Commit

Permalink
use "options" rather than "arguments" in help text for unrecognized_c…
Browse files Browse the repository at this point in the history
…onfigure_options custom easyconfig parameter
  • Loading branch information
boegel authored Dec 18, 2024
1 parent 1d17e41 commit a2bc105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easybuild/easyblocks/generic/configuremake.py
Original file line number Diff line number Diff line change
Expand Up @@ -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],
Expand Down

0 comments on commit a2bc105

Please sign in to comment.