From f42a5ba87e5208cf83c2ddad80fad4b8b45f7868 Mon Sep 17 00:00:00 2001 From: Kristofer Hallin Date: Mon, 1 Jul 2024 10:52:28 +0000 Subject: [PATCH] Changed indentation for documentation of cli_start_program. --- apps/cli/cli_common.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/cli/cli_common.c b/apps/cli/cli_common.c index eb505984..7ea13f40 100644 --- a/apps/cli/cli_common.c +++ b/apps/cli/cli_common.c @@ -786,15 +786,15 @@ cli_set_mode(clixon_handle h, * * Example usage: * @code - * python3_args("Run program"), cli_start_program("python3"); { + * python3_args("Run program"), cli_start_program("python3"); { * ("Single shell command"), cli_start_program("python3", "/tmp/test.py"); - * } + * } * - * python3_single("Run program"), cli_start_program("python3"); { + * python3_single("Run program"), cli_start_program("python3"); { * ("Single shell command"), cli_start_program("python3"); - * } + * } * - * python3_script("Run program") ("Path program"), cli_start_program("python3"); + * python3_script("Run program") ("Path program"), cli_start_program("python3"); * @endcode * * @warning Please note that the usage of this function consists of executing an arbitrary command given to