diff --git a/src/kontrol/options.py b/src/kontrol/options.py index cf0bbe1aa..8dd057ff5 100644 --- a/src/kontrol/options.py +++ b/src/kontrol/options.py @@ -446,7 +446,8 @@ def get_argument_type() -> dict[str, Callable]: | EVMChainOptions.get_argument_type() | { 'match-test': list_of(parse_test_version_tuple), - 'init-node-from': file_path, + 'init-node-from-diff': file_path, + 'init-node-from-dump': file_path, 'include-summary': list_of(parse_test_version_tuple), } )