From b9c2099cad43094dc3c2f565bfe7f2c4d3d94471 Mon Sep 17 00:00:00 2001 From: Kenneth Hoste Date: Mon, 28 Dec 2020 10:43:38 +0100 Subject: [PATCH] mention correct --accept-eula option in error message --- easybuild/framework/easyblock.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easybuild/framework/easyblock.py b/easybuild/framework/easyblock.py index a5f641faaa..b7faf209b1 100644 --- a/easybuild/framework/easyblock.py +++ b/easybuild/framework/easyblock.py @@ -1651,7 +1651,7 @@ def check_accepted_eula(self, more_info=None): error_lines.extend([ "You should either:", - "- add --accept-eula-for=%(name)s to the 'eb' command;", + "- add --accept-eula=%(name)s to the 'eb' command;", "- update your EasyBuild configuration to always accept the EULA for %(name)s;", "- add 'accept_eula = True' to the easyconfig file you are using;", '',