From 4381857dc2e6b7ea3cf858ec1ad09d6e59719290 Mon Sep 17 00:00:00 2001 From: Kenneth Hoste Date: Mon, 11 Sep 2023 13:58:36 +0200 Subject: [PATCH] fix typo in help message for --silence-hook-trigger --- docs/version-specific/eb-help.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/version-specific/eb-help.md b/docs/version-specific/eb-help.md index 95f4daa4a..228b571e6 100644 --- a/docs/version-specific/eb-help.md +++ b/docs/version-specific/eb-help.md @@ -298,7 +298,7 @@ Option flag |Option ``--set-gid-bit`` |Set group ID bit on newly created directories (default: False) ``--show-progress-bar`` |Show progress bar in terminal output (default: True; disable with --disable-show-progress-bar) ``--silence-deprecation-warnings=SILENCE-DEPRECATION-WARNINGS`` |Silence specified deprecation warnings out of (python2, Lmod6, easyconfig, toolchain) (type comma-separated list) -``--silence-hook-trigger`` |Supress printing of debug message every time a hook is triggered (default: False) +``--silence-hook-trigger`` |Suppress printing of debug message every time a hook is triggered (default: False) ``--skip-extensions`` |Skip installation of extensions (default: False) ``-t, --skip-test-cases`` |Skip running test cases (default: False) ``--skip-test-step`` |Skip running the test step (e.g. unit tests) (default: False)