From 7aaf8e383e02d8e6aa7941c8f8df635d43004dc8 Mon Sep 17 00:00:00 2001 From: Ruben Vereecken Date: Thu, 21 Jan 2016 13:18:30 +0100 Subject: [PATCH] Formatted axel page --- pages/common/axel.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pages/common/axel.md b/pages/common/axel.md index cf71cf48a..c6687c92b 100644 --- a/pages/common/axel.md +++ b/pages/common/axel.md @@ -1,24 +1,24 @@ # axel -> Download accelerator -> Supports HTTP, HTTPS, and FTP +> Download accelerator. +> Supports HTTP, HTTPS, and FTP. -- Download a URL to a file +- Download a URL to a file: `axel {{url}}` -- Download and specify filename +- Download and specify filename: `axel {{url}} -o {{filename}}` -- Download with multiple connections +- Download with multiple connections: `axel -n {{connections_num}} {{url}}` -- Search for mirrors +- Search for mirrors: `axel -S {{mirrors_num}} {{url}}` -- Limit download speed (bytes per second) +- Limit download speed (bytes per second): `axel -s {{speed}} {{url}}`