Skip to content

Commit 2e6e93c

Browse files
committed
docs: 修正文档参数
1 parent 67cb6b5 commit 2e6e93c

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

docs/en_us/3.1-PipelineProtocol.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -583,15 +583,15 @@ Example:
583583
"exec": "my_exec.exe",
584584
"args": [
585585
"Haha",
586-
"{Image}",
587-
"{Node}",
588-
"{Box}"
586+
"{IMAGE}",
587+
"{NODE}",
588+
"{BOX}"
589589
]
590590
}
591591
}
592592
```
593593

594-
The actual command will be executed
594+
The actual command is:
595595

596596
```bash
597597
my_exec.exe Haha C:/temp/123.png TaskA [0,0,0,0]

docs/zh_cn/3.1-任务流水线协议.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -593,9 +593,9 @@ Orange 的 next 中,
593593
"exec": "my_exec.exe",
594594
"args": [
595595
"Haha",
596-
"{Image}",
597-
"{Node}",
598-
"{Box}"
596+
"{IMAGE}",
597+
"{NODE}",
598+
"{BOX}"
599599
]
600600
}
601601
}

0 commit comments

Comments
 (0)