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