mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-30 17:33:50 +08:00
wcurl: fix resume download example (#19207)
This commit is contained in:
@@ -18,4 +18,4 @@
|
||||
|
||||
- Wznów przerwane pobieranie:
|
||||
|
||||
`wcurl --curl-options "--continue-at -" {{https://example.com/foo}}`
|
||||
`wcurl --curl-options "--clobber --continue-at -" {{https://example.com/foo}}`
|
||||
|
||||
@@ -18,4 +18,4 @@
|
||||
|
||||
- Resume from an interrupted download:
|
||||
|
||||
`wcurl --curl-options "--continue-at -" {{https://example.com/foo}}`
|
||||
`wcurl --curl-options "--clobber --continue-at -" {{https://example.com/foo}}`
|
||||
|
||||
Reference in New Issue
Block a user