diff --git a/docs/command/tdl_dl.md b/docs/command/tdl_dl.md index b21f6b4..1f88749 100644 --- a/docs/command/tdl_dl.md +++ b/docs/command/tdl_dl.md @@ -2,6 +2,12 @@ Download what you want +### Examples + +``` +tdl dl -h +``` + ### Options ``` diff --git a/docs/command/tdl_dl_url.md b/docs/command/tdl_dl_url.md index 6990b73..d59d64f 100644 --- a/docs/command/tdl_dl_url.md +++ b/docs/command/tdl_dl_url.md @@ -6,6 +6,12 @@ Download in url mode tdl dl url [flags] ``` +### Examples + +``` +tdl dl url -n iyear --proxy socks5://127.0.0.1:1080 -u https://t.me/tdl/1 -u https://t.me/tdl/2 -s 262144 -t 16 -l 3 +``` + ### Options ``` diff --git a/docs/command/tdl_login.md b/docs/command/tdl_login.md index e4d3010..f23a0f5 100644 --- a/docs/command/tdl_login.md +++ b/docs/command/tdl_login.md @@ -9,7 +9,7 @@ tdl login [flags] ### Examples ``` -tdl login +tdl login -n my-tdl --proxy socks5://localhost:1080 ``` ### Options