Skip to content

Commit

Permalink
doc: Update curl.md (#538)
Browse files Browse the repository at this point in the history
fix mistake
  • Loading branch information
jcdj666 committed Oct 30, 2023
1 parent 9858d56 commit def27d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command/curl.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ curl -s -o /dev/null https://example.com

#### **断点续传**

curl能够从特定的文件偏移处继续下载,它可以通过指定一个便宜量来下载部分文件
curl能够从特定的文件偏移处继续下载,它可以通过指定一个偏移量来下载部分文件

```shell
curl URL/File -C 偏移量
Expand Down

0 comments on commit def27d4

Please sign in to comment.