From 824d0a40a3aa4bea4ecbe6f27b0aaa3102f75cc0 Mon Sep 17 00:00:00 2001 From: tranzystorekk Date: Wed, 5 Nov 2025 19:51:32 +0100 Subject: [PATCH] wcurl: fix resume download example (#19207) --- pages.pl/common/wcurl.md | 2 +- pages/common/wcurl.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages.pl/common/wcurl.md b/pages.pl/common/wcurl.md index b99c159d88..e50987c69f 100644 --- a/pages.pl/common/wcurl.md +++ b/pages.pl/common/wcurl.md @@ -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}}` diff --git a/pages/common/wcurl.md b/pages/common/wcurl.md index 80be344ad0..7b84322484 100644 --- a/pages/common/wcurl.md +++ b/pages/common/wcurl.md @@ -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}}`