diff --git a/docs/command/tdl.md b/docs/command/tdl.md index 8ddfcee053..57a6909c0b 100644 --- a/docs/command/tdl.md +++ b/docs/command/tdl.md @@ -5,14 +5,15 @@ Telegram Downloader, but more than a downloader ### Options ``` - --debug enable debug mode - -h, --help help for tdl - -l, --limit int max number of concurrent tasks (default 2) - -n, --ns string namespace for Telegram session - --ntp string ntp server host, if not set, use system time - --proxy string proxy address, only socks5 is supported, format: protocol://username:password@host:port - -s, --size int part size for transfer, max is 512*1024 (default 524288) - -t, --threads int max threads for transfer one item (default 4) + --debug enable debug mode + -h, --help help for tdl + -l, --limit int max number of concurrent tasks (default 2) + -n, --ns string namespace for Telegram session + --ntp string ntp server host, if not set, use system time + --proxy string proxy address, only socks5 is supported, format: protocol://username:password@host:port + --reconnect-timeout duration Telegram client reconnection backoff timeout, infinite if set to 0 (default 30s) + -s, --size int part size for transfer, max is 512*1024 (default 524288) + -t, --threads int max threads for transfer one item (default 4) ``` ### SEE ALSO diff --git a/docs/command/tdl_backup.md b/docs/command/tdl_backup.md index 75c487ff8b..bec84b9ad5 100644 --- a/docs/command/tdl_backup.md +++ b/docs/command/tdl_backup.md @@ -16,13 +16,14 @@ tdl backup [flags] ### Options inherited from parent commands ``` - --debug enable debug mode - -l, --limit int max number of concurrent tasks (default 2) - -n, --ns string namespace for Telegram session - --ntp string ntp server host, if not set, use system time - --proxy string proxy address, only socks5 is supported, format: protocol://username:password@host:port - -s, --size int part size for transfer, max is 512*1024 (default 524288) - -t, --threads int max threads for transfer one item (default 4) + --debug enable debug mode + -l, --limit int max number of concurrent tasks (default 2) + -n, --ns string namespace for Telegram session + --ntp string ntp server host, if not set, use system time + --proxy string proxy address, only socks5 is supported, format: protocol://username:password@host:port + --reconnect-timeout duration Telegram client reconnection backoff timeout, infinite if set to 0 (default 30s) + -s, --size int part size for transfer, max is 512*1024 (default 524288) + -t, --threads int max threads for transfer one item (default 4) ``` ### SEE ALSO diff --git a/docs/command/tdl_chat.md b/docs/command/tdl_chat.md index 3f7bda4b1a..2fbfb2f4a6 100644 --- a/docs/command/tdl_chat.md +++ b/docs/command/tdl_chat.md @@ -11,13 +11,14 @@ A set of chat tools ### Options inherited from parent commands ``` - --debug enable debug mode - -l, --limit int max number of concurrent tasks (default 2) - -n, --ns string namespace for Telegram session - --ntp string ntp server host, if not set, use system time - --proxy string proxy address, only socks5 is supported, format: protocol://username:password@host:port - -s, --size int part size for transfer, max is 512*1024 (default 524288) - -t, --threads int max threads for transfer one item (default 4) + --debug enable debug mode + -l, --limit int max number of concurrent tasks (default 2) + -n, --ns string namespace for Telegram session + --ntp string ntp server host, if not set, use system time + --proxy string proxy address, only socks5 is supported, format: protocol://username:password@host:port + --reconnect-timeout duration Telegram client reconnection backoff timeout, infinite if set to 0 (default 30s) + -s, --size int part size for transfer, max is 512*1024 (default 524288) + -t, --threads int max threads for transfer one item (default 4) ``` ### SEE ALSO diff --git a/docs/command/tdl_chat_export.md b/docs/command/tdl_chat_export.md index 607926acf9..3fac0673f7 100644 --- a/docs/command/tdl_chat_export.md +++ b/docs/command/tdl_chat_export.md @@ -21,13 +21,14 @@ tdl chat export [flags] ### Options inherited from parent commands ``` - --debug enable debug mode - -l, --limit int max number of concurrent tasks (default 2) - -n, --ns string namespace for Telegram session - --ntp string ntp server host, if not set, use system time - --proxy string proxy address, only socks5 is supported, format: protocol://username:password@host:port - -s, --size int part size for transfer, max is 512*1024 (default 524288) - -t, --threads int max threads for transfer one item (default 4) + --debug enable debug mode + -l, --limit int max number of concurrent tasks (default 2) + -n, --ns string namespace for Telegram session + --ntp string ntp server host, if not set, use system time + --proxy string proxy address, only socks5 is supported, format: protocol://username:password@host:port + --reconnect-timeout duration Telegram client reconnection backoff timeout, infinite if set to 0 (default 30s) + -s, --size int part size for transfer, max is 512*1024 (default 524288) + -t, --threads int max threads for transfer one item (default 4) ``` ### SEE ALSO diff --git a/docs/command/tdl_chat_ls.md b/docs/command/tdl_chat_ls.md index 8e8c5b6a7e..45b8a685bf 100644 --- a/docs/command/tdl_chat_ls.md +++ b/docs/command/tdl_chat_ls.md @@ -15,13 +15,14 @@ tdl chat ls [flags] ### Options inherited from parent commands ``` - --debug enable debug mode - -l, --limit int max number of concurrent tasks (default 2) - -n, --ns string namespace for Telegram session - --ntp string ntp server host, if not set, use system time - --proxy string proxy address, only socks5 is supported, format: protocol://username:password@host:port - -s, --size int part size for transfer, max is 512*1024 (default 524288) - -t, --threads int max threads for transfer one item (default 4) + --debug enable debug mode + -l, --limit int max number of concurrent tasks (default 2) + -n, --ns string namespace for Telegram session + --ntp string ntp server host, if not set, use system time + --proxy string proxy address, only socks5 is supported, format: protocol://username:password@host:port + --reconnect-timeout duration Telegram client reconnection backoff timeout, infinite if set to 0 (default 30s) + -s, --size int part size for transfer, max is 512*1024 (default 524288) + -t, --threads int max threads for transfer one item (default 4) ``` ### SEE ALSO diff --git a/docs/command/tdl_download.md b/docs/command/tdl_download.md index 02f471ea78..d61bc43bb1 100644 --- a/docs/command/tdl_download.md +++ b/docs/command/tdl_download.md @@ -28,13 +28,14 @@ tdl download [flags] ### Options inherited from parent commands ``` - --debug enable debug mode - -l, --limit int max number of concurrent tasks (default 2) - -n, --ns string namespace for Telegram session - --ntp string ntp server host, if not set, use system time - --proxy string proxy address, only socks5 is supported, format: protocol://username:password@host:port - -s, --size int part size for transfer, max is 512*1024 (default 524288) - -t, --threads int max threads for transfer one item (default 4) + --debug enable debug mode + -l, --limit int max number of concurrent tasks (default 2) + -n, --ns string namespace for Telegram session + --ntp string ntp server host, if not set, use system time + --proxy string proxy address, only socks5 is supported, format: protocol://username:password@host:port + --reconnect-timeout duration Telegram client reconnection backoff timeout, infinite if set to 0 (default 30s) + -s, --size int part size for transfer, max is 512*1024 (default 524288) + -t, --threads int max threads for transfer one item (default 4) ``` ### SEE ALSO diff --git a/docs/command/tdl_login.md b/docs/command/tdl_login.md index cf187fc6c7..a98e4fdfb0 100644 --- a/docs/command/tdl_login.md +++ b/docs/command/tdl_login.md @@ -18,13 +18,14 @@ tdl login [flags] ### Options inherited from parent commands ``` - --debug enable debug mode - -l, --limit int max number of concurrent tasks (default 2) - -n, --ns string namespace for Telegram session - --ntp string ntp server host, if not set, use system time - --proxy string proxy address, only socks5 is supported, format: protocol://username:password@host:port - -s, --size int part size for transfer, max is 512*1024 (default 524288) - -t, --threads int max threads for transfer one item (default 4) + --debug enable debug mode + -l, --limit int max number of concurrent tasks (default 2) + -n, --ns string namespace for Telegram session + --ntp string ntp server host, if not set, use system time + --proxy string proxy address, only socks5 is supported, format: protocol://username:password@host:port + --reconnect-timeout duration Telegram client reconnection backoff timeout, infinite if set to 0 (default 30s) + -s, --size int part size for transfer, max is 512*1024 (default 524288) + -t, --threads int max threads for transfer one item (default 4) ``` ### SEE ALSO diff --git a/docs/command/tdl_recover.md b/docs/command/tdl_recover.md index 9711fb83e4..9b7e80780b 100644 --- a/docs/command/tdl_recover.md +++ b/docs/command/tdl_recover.md @@ -16,13 +16,14 @@ tdl recover [flags] ### Options inherited from parent commands ``` - --debug enable debug mode - -l, --limit int max number of concurrent tasks (default 2) - -n, --ns string namespace for Telegram session - --ntp string ntp server host, if not set, use system time - --proxy string proxy address, only socks5 is supported, format: protocol://username:password@host:port - -s, --size int part size for transfer, max is 512*1024 (default 524288) - -t, --threads int max threads for transfer one item (default 4) + --debug enable debug mode + -l, --limit int max number of concurrent tasks (default 2) + -n, --ns string namespace for Telegram session + --ntp string ntp server host, if not set, use system time + --proxy string proxy address, only socks5 is supported, format: protocol://username:password@host:port + --reconnect-timeout duration Telegram client reconnection backoff timeout, infinite if set to 0 (default 30s) + -s, --size int part size for transfer, max is 512*1024 (default 524288) + -t, --threads int max threads for transfer one item (default 4) ``` ### SEE ALSO diff --git a/docs/command/tdl_upload.md b/docs/command/tdl_upload.md index 232ad036b7..9910edc8a6 100644 --- a/docs/command/tdl_upload.md +++ b/docs/command/tdl_upload.md @@ -18,13 +18,14 @@ tdl upload [flags] ### Options inherited from parent commands ``` - --debug enable debug mode - -l, --limit int max number of concurrent tasks (default 2) - -n, --ns string namespace for Telegram session - --ntp string ntp server host, if not set, use system time - --proxy string proxy address, only socks5 is supported, format: protocol://username:password@host:port - -s, --size int part size for transfer, max is 512*1024 (default 524288) - -t, --threads int max threads for transfer one item (default 4) + --debug enable debug mode + -l, --limit int max number of concurrent tasks (default 2) + -n, --ns string namespace for Telegram session + --ntp string ntp server host, if not set, use system time + --proxy string proxy address, only socks5 is supported, format: protocol://username:password@host:port + --reconnect-timeout duration Telegram client reconnection backoff timeout, infinite if set to 0 (default 30s) + -s, --size int part size for transfer, max is 512*1024 (default 524288) + -t, --threads int max threads for transfer one item (default 4) ``` ### SEE ALSO diff --git a/docs/command/tdl_version.md b/docs/command/tdl_version.md index f28c042e0c..2f26305965 100644 --- a/docs/command/tdl_version.md +++ b/docs/command/tdl_version.md @@ -15,13 +15,14 @@ tdl version [flags] ### Options inherited from parent commands ``` - --debug enable debug mode - -l, --limit int max number of concurrent tasks (default 2) - -n, --ns string namespace for Telegram session - --ntp string ntp server host, if not set, use system time - --proxy string proxy address, only socks5 is supported, format: protocol://username:password@host:port - -s, --size int part size for transfer, max is 512*1024 (default 524288) - -t, --threads int max threads for transfer one item (default 4) + --debug enable debug mode + -l, --limit int max number of concurrent tasks (default 2) + -n, --ns string namespace for Telegram session + --ntp string ntp server host, if not set, use system time + --proxy string proxy address, only socks5 is supported, format: protocol://username:password@host:port + --reconnect-timeout duration Telegram client reconnection backoff timeout, infinite if set to 0 (default 30s) + -s, --size int part size for transfer, max is 512*1024 (default 524288) + -t, --threads int max threads for transfer one item (default 4) ``` ### SEE ALSO