Skip to content

Commit abcfae1

Browse files
CopilotLeeGoDamn
andcommitted
Fix markdown table formatting in README files
Co-authored-by: LeeGoDamn <243561453+LeeGoDamn@users.noreply.github.com>
1 parent acf3873 commit abcfae1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ ccap-cli --convert input.yuv --yuv-format nv12 --yuv-width 1920 --yuv-height 108
251251
|--------|-------------|
252252
| `-l, --list-devices` | List all available camera devices |
253253
| `-i, --device-info [INDEX]` | Show detailed info for device |
254-
| `-d, --device INDEX\|NAME` | Select camera device |
254+
| `-d, --device INDEX` or `NAME` | Select camera device |
255255
| `-w, --width WIDTH` | Set capture width (default: 1280) |
256256
| `-H, --height HEIGHT` | Set capture height (default: 720) |
257257
| `-f, --fps FPS` | Set frame rate (default: 30) |

README.zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ ccap-cli --convert input.yuv --yuv-format nv12 --yuv-width 1920 --yuv-height 108
214214
|------|------|
215215
| `-l, --list-devices` | 列出所有可用的相机设备 |
216216
| `-i, --device-info [INDEX]` | 显示设备详细信息 |
217-
| `-d, --device INDEX\|NAME` | 选择相机设备 |
217+
| `-d, --device INDEX``NAME` | 选择相机设备 |
218218
| `-w, --width WIDTH` | 设置捕获宽度(默认:1280) |
219219
| `-H, --height HEIGHT` | 设置捕获高度(默认:720) |
220220
| `-f, --fps FPS` | 设置帧率(默认:30) |

0 commit comments

Comments
 (0)