mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 03:15:37 +02:00
axel: add brazilian portuguese translation (#3194)
This commit is contained in:
parent
7a99ad4f72
commit
06256e0a9e
1 changed files with 25 additions and 0 deletions
25
pages.pt-BR/common/axel.md
Normal file
25
pages.pt-BR/common/axel.md
Normal file
|
@ -0,0 +1,25 @@
|
|||
# axel
|
||||
|
||||
> Acelerador de downloads.
|
||||
> Suporta HTTP, HTTPS, e FTP.
|
||||
> Mais informações: <https://github.com/axel-download-accelerator/axel>.
|
||||
|
||||
- Fazer download de uma URL para um arquivo:
|
||||
|
||||
`axel {{url}}`
|
||||
|
||||
- Fazer download especificando o nome do arquivo de destino:
|
||||
|
||||
`axel {{url}} -o {{nome_do_arquivo}}`
|
||||
|
||||
- Fazer download usando múltiplas conexões:
|
||||
|
||||
`axel -n {{número_de_conexões}} {{url}}`
|
||||
|
||||
- Procurar por mirrors:
|
||||
|
||||
`axel -S {{número_de_mirrors}} {{url}}`
|
||||
|
||||
- Limitar velocidade de download (em bytes por segundo):
|
||||
|
||||
`axel -s {{velocidade}} {{url}}`
|
Loading…
Add table
Reference in a new issue