update msg

This commit is contained in:
svlandeg 2023-07-25 18:15:47 +02:00
parent 0948dc19fb
commit a3bf379cdd

View File

@ -221,7 +221,7 @@ def init_config(
arg = spec["arg"] arg = spec["arg"]
msg.fail( msg.fail(
f"Couldn't find a matching registration handle for {spec_type} '{arg}'. " f"Couldn't find a matching registration handle for {spec_type} '{arg}'. "
f"Available functions: {valid_values}", f"Valid options are: {valid_values}",
exits=1, exits=1,
) )