Skip to content

Commit

Permalink
docs(readme): add -c usage example
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamjz committed Nov 24, 2023
1 parent fc0e707 commit 0f979d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Flags:
# Rename subtitle files only
.\sub-renamer.exe "<video path>" "<subtitle path>"
# Using -c to copy subtitle files to video folder
# Using -c will copy subtitle files to the video folder after renaming
.\sub-renamer.exe -c "<video path>" "<subtitle path>"
```

Expand Down
2 changes: 1 addition & 1 deletion README_ZH_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Flags:
# 重命名字幕文件
.\sub-renamer.exe "<视频文件夹路径>" "<字幕文件夹路径>"
# 使用 -c 在重命名之后,复制字幕到视频文件夹
# 使用 -c 将在重命名之后,复制字幕到视频文件夹
.\sub-renamer.exe -c "<视频文件夹路径>" "<字幕文件夹路径>"
```

Expand Down

0 comments on commit 0f979d4

Please sign in to comment.