1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-30 14:17:56 +01:00

wget: revise translation

This commit is contained in:
Andy Chen 2019-08-24 14:06:40 +08:00 committed by Starbeamrainbowlabs
parent afccf53321
commit c20b2b3d24

View file

@ -32,6 +32,6 @@
`wget -c {{https://example.com}}`
- 将指定文件中所有列出的URL下载到一个地址中:
- 将指定文件中所有列出的URL下载到一个目录中:
`wget -P {{path/to/directory}} -i {{URLs.txt}}`