From 3b51e3be21b30318dc3636ece61ad0f6daf9cf78 Mon Sep 17 00:00:00 2001 From: larissa maruyama <54145084+snorlara@users.noreply.github.com> Date: Tue, 19 Oct 2021 17:37:39 -0300 Subject: [PATCH] Update pages.pt_BR/common/wget.md Co-authored-by: Axel Navarro --- pages.pt_BR/common/wget.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages.pt_BR/common/wget.md b/pages.pt_BR/common/wget.md index 1eded7f53..d4001c229 100644 --- a/pages.pt_BR/common/wget.md +++ b/pages.pt_BR/common/wget.md @@ -14,7 +14,7 @@ - Baixa uma única página web e todo os seus recursos com intervalos de 3 segundos entre requisições (scripts, stylesheets, imagens, etc.): -`wget --page-requisites --convert-links --wait=3 {{https://exemplo.com/algumapagina.html}}` +`wget --page-requisites --convert-links --wait={{3}} {{https://exemplo.com/algumapagina.html}}` - Baixa todos os arquivos listados dentro de um diretório e seus sub-diretórios (não baixa elementos de página incorporados):