wcurl: fix resume download example (#19207)

This commit is contained in:
tranzystorekk
2025-11-05 19:51:32 +01:00
committed by GitHub
parent 5d599eae91
commit 824d0a40a3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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}}`
+1 -1
View File
@@ -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}}`