From 2224e862a64aa4b131bf5b1707f036e4364b9a86 Mon Sep 17 00:00:00 2001 From: Shen Mengjing Date: Fri, 9 Jan 2026 10:42:40 +0800 Subject: [PATCH] docs: Update CN translation for idf-py.rst --- docs/zh_CN/api-guides/tools/idf-py.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/zh_CN/api-guides/tools/idf-py.rst b/docs/zh_CN/api-guides/tools/idf-py.rst index deab763205..299a509ace 100644 --- a/docs/zh_CN/api-guides/tools/idf-py.rst +++ b/docs/zh_CN/api-guides/tools/idf-py.rst @@ -295,9 +295,9 @@ uf2 二进制文件也可以通过 :ref:`idf.py uf2 ` 生 flash --baud 115200 -运行命令:``idf.py @custom_flash.txt monitor`` +运行命令:``idf.py "@custom_flash.txt" monitor`` -文件中的参数可以与额外的命令行参数结合使用,也支持同时使用带有 ``@`` 标注的多个文件。例如,另有一个文件 ``another_config.txt``,此时,可以通过指定 ``idf.py @custom_flash.txt @another_config.txt monitor`` 同时使用两个文件。 +文件中的参数可以与额外的命令行参数结合使用,也支持同时使用带有 ``@`` 标注的多个文件。例如,另有一个文件 ``another_config.txt``,此时,可以通过指定 ``idf.py "@custom_flash.txt" "@another_config.txt" monitor`` 同时使用两个文件。 关于参数文件的更多示例,如通过 @filename 创建配置文件概要,请参阅 :example_file:`多个构建配置示例 `。