aria2c: how to specify destination filename (#4334)

This commit is contained in:
Al Berez 2020-09-13 08:26:37 -07:00 committed by GitHub
parent 2d2258772d
commit 383fd1c2b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,10 @@
`aria2c {{url}}`
- Download the contents of an URL to a file:
`aria2c -o {{filename}} {{url}}`
- Download from multiple sources:
`aria2c {{url_1}} {{url_2}}`