From 30b6dda0bfe169c02c8e0a8e0e2998aece5547b9 Mon Sep 17 00:00:00 2001 From: jiangwei Date: Sat, 23 Aug 2025 14:46:54 +0800 Subject: [PATCH] fix: code sync Signed-off-by: jiangwei --- include/subcommand_record.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/include/subcommand_record.h b/include/subcommand_record.h index 01fc4ee..dfdc258 100644 --- a/include/subcommand_record.h +++ b/include/subcommand_record.h @@ -156,17 +156,17 @@ public: " monotonic and monotonic_raw are supported,\n" " some events might also allow boottime, realtime and clock_tai.\n" " --pipe_input\n" - " Enable anonymous pipe for the client(calling process) to send control\n" - " commands to the server(hiperf executable program).\n" + " Enable anonymous pipe for the client (calling process) to send control\n" + " commands to the server (hiperf executable program).\n" " This parameter is designed for system-side C++ interface calls.\n" - " Application developers using the hiperf command tool do not need to" - " pay attention to this parameter.\n" + " Application developers do not need to pay attention to this parameter\n" + " when using the hiperf command tool.\n" " --pipe_output\n" " Enable anonymous pipe for the server(hiperf executable program) to send" " response to the client(calling process).\n" " This parameter is designed for system-side C++ interface calls.\n" - " Application developers using the hiperf command tool do not need to" - " pay attention to this parameter.\n" + " Application developers do not need to pay attention to this parameter\n" + " when using the hiperf command tool.\n" " --symbol-dir \n" " Set directory to look for symbol files, used for unwinding. \n" " -m \n" -- Gitee