Skip to content

Commit 824d0a4

Browse files
wcurl: fix resume download example (#19207)
1 parent 5d599ea commit 824d0a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pages.pl/common/wcurl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818

1919
- Wznów przerwane pobieranie:
2020

21-
`wcurl --curl-options "--continue-at -" {{https://example.com/foo}}`
21+
`wcurl --curl-options "--clobber --continue-at -" {{https://example.com/foo}}`

pages/common/wcurl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818

1919
- Resume from an interrupted download:
2020

21-
`wcurl --curl-options "--continue-at -" {{https://example.com/foo}}`
21+
`wcurl --curl-options "--clobber --continue-at -" {{https://example.com/foo}}`

0 commit comments

Comments
 (0)