1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-04 05:35:31 +02:00

axel: add brazilian portuguese translation (#3194)

This commit is contained in:
Waldir Pimenta 2019-07-16 18:49:24 +01:00 committed by Marco Bonelli
parent 7a99ad4f72
commit 06256e0a9e

View 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}}`