diff --git a/languages/zh-Hans/Help/commands.tid b/languages/zh-Hans/Help/commands.tid index 68f86f20c..5a6754ec6 100644 --- a/languages/zh-Hans/Help/commands.tid +++ b/languages/zh-Hans/Help/commands.tid @@ -10,7 +10,7 @@ description: 运行从筛选器传回的命令 示例 ``` ---commands "[enlist{$:/build-commands-as-text}]" +--commands "[enlist:raw{$:/build-commands-as-text}]" ``` ``` diff --git a/languages/zh-Hant/Help/commands.tid b/languages/zh-Hant/Help/commands.tid index afeaa1e49..eead14103 100644 --- a/languages/zh-Hant/Help/commands.tid +++ b/languages/zh-Hant/Help/commands.tid @@ -10,7 +10,7 @@ description: 執行從篩選器傳回的命令 範例 ``` ---commands "[enlist{$:/build-commands-as-text}]" +--commands "[enlist:raw{$:/build-commands-as-text}]" ``` ```