From 85035dd954928e2146841162be463c0331a0e9cf Mon Sep 17 00:00:00 2001 From: Brad King Date: Mon, 13 Jan 2025 13:34:15 -0500 Subject: Help/command/execute_process: Fix definition list formatting --- Help/command/execute_process.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Help/command/execute_process.rst b/Help/command/execute_process.rst index 1154687..4d5e380 100644 --- a/Help/command/execute_process.rst +++ b/Help/command/execute_process.rst @@ -174,11 +174,11 @@ Options: The option following ``COMMAND_ERROR_IS_FATAL`` determines the behavior when an error is encountered: - ``ANY`` + ``ANY`` If any of the commands in the list of commands fail, the ``execute_process()`` command halts with an error. - ``LAST`` + ``LAST`` If the last command in the list of commands fails, the - ``execute_process()`` command halts with an error. Commands earlier in the - list will not cause a fatal error. + ``execute_process()`` command halts with an error. + Commands earlier in the list will not cause a fatal error. -- cgit v0.12