From 97df01b9b861980056cd237bb75a8fc0b956d207 Mon Sep 17 00:00:00 2001 From: Michael Terry Date: Sat, 17 Aug 2024 15:00:39 -0400 Subject: [PATCH] docs: correct wrong exit_error message field name --- doc/075_scripting.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/075_scripting.rst b/doc/075_scripting.rst index 92eaaaf4a..94749e6fb 100644 --- a/doc/075_scripting.rst +++ b/doc/075_scripting.rst @@ -100,7 +100,7 @@ It will hold the error message and the exit code. +----------------------+-------------------------------------------+ | ``code`` | Exit code (see above chart) | +----------------------+-------------------------------------------+ -| ``error`` | Error message | +| ``message`` | Error message | +----------------------+-------------------------------------------+ Output formats