Skip to content

Commit

Permalink
docs: 修正文档参数
Browse files Browse the repository at this point in the history
  • Loading branch information
MistEO committed Dec 13, 2024
1 parent 67cb6b5 commit 2e6e93c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions docs/en_us/3.1-PipelineProtocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -583,15 +583,15 @@ Example:
"exec": "my_exec.exe",
"args": [
"Haha",
"{Image}",
"{Node}",
"{Box}"
"{IMAGE}",
"{NODE}",
"{BOX}"
]
}
}
```

The actual command will be executed
The actual command is:

```bash
my_exec.exe Haha C:/temp/123.png TaskA [0,0,0,0]
Expand Down
6 changes: 3 additions & 3 deletions docs/zh_cn/3.1-任务流水线协议.md
Original file line number Diff line number Diff line change
Expand Up @@ -593,9 +593,9 @@ Orange 的 next 中,
"exec": "my_exec.exe",
"args": [
"Haha",
"{Image}",
"{Node}",
"{Box}"
"{IMAGE}",
"{NODE}",
"{BOX}"
]
}
}
Expand Down

0 comments on commit 2e6e93c

Please sign in to comment.