mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 08:22:08 +02:00
wget: revise translation
This commit is contained in:
parent
afccf53321
commit
c20b2b3d24
1 changed files with 1 additions and 1 deletions
|
@ -32,6 +32,6 @@
|
||||||
|
|
||||||
`wget -c {{https://example.com}}`
|
`wget -c {{https://example.com}}`
|
||||||
|
|
||||||
- 将指定文件中所有列出的URL下载到一个地址中:
|
- 将指定文件中所有列出的URL下载到一个目录中:
|
||||||
|
|
||||||
`wget -P {{path/to/directory}} -i {{URLs.txt}}`
|
`wget -P {{path/to/directory}} -i {{URLs.txt}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue