mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 12:45:59 +02:00
aria2c: how to specify destination filename (#4334)
This commit is contained in:
parent
2d2258772d
commit
383fd1c2b9
1 changed files with 4 additions and 0 deletions
|
@ -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}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue