Skip to content

Commit

Permalink
🌸update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
xssed committed May 8, 2023
1 parent b8f0816 commit d233a18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/README_deerfs_client.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Usage of deerfs_client:
```


Example 1: chunks upload
Example 1: chunks upload(Note that the unit of cut_size is KB)
```
deerfs_client -file_path ./temp/2.mp4 -deerfs_address http://127.0.0.1:7727/ -cut_size 5120 -upload_form_field upload -http_request_timeout 8000
```
Expand Down
2 changes: 1 addition & 1 deletion doc/README_zh_deerfs_client.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Usage of deerfs_client:
Input upload form field. (default "upload")
```

使用示例1:分块上传
使用示例1:分块上传(注意参数cut_size的单位是KB)
```
deerfs_client -file_path ./temp/2.mp4 -deerfs_address http://127.0.0.1:7727/ -cut_size 5120 -upload_form_field upload -http_request_timeout 8000
```
Expand Down

0 comments on commit d233a18

Please sign in to comment.