Skip to content

Commit

Permalink
docs(commands): update
Browse files Browse the repository at this point in the history
  • Loading branch information
iyear committed Apr 9, 2023
1 parent 82f3ea4 commit 4b8581c
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion docs/command/tdl.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Telegram Downloader, but more than a downloader
-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 131072)
-s, --size int part size for transfer, max is 512*1024 (default 524288)
-t, --threads int max threads for transfer one item (default 4)
```

Expand Down
2 changes: 1 addition & 1 deletion docs/command/tdl_backup.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ tdl backup [flags]
-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 131072)
-s, --size int part size for transfer, max is 512*1024 (default 524288)
-t, --threads int max threads for transfer one item (default 4)
```

Expand Down
2 changes: 1 addition & 1 deletion docs/command/tdl_chat.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ A set of chat tools
-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 131072)
-s, --size int part size for transfer, max is 512*1024 (default 524288)
-t, --threads int max threads for transfer one item (default 4)
```

Expand Down
3 changes: 2 additions & 1 deletion docs/command/tdl_chat_export.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ tdl chat export [flags]
-i, --input ints input data, depends on export type
-o, --output string output JSON file path (default "tdl-export.json")
-T, --type string export type. time: timestamp range, id: message id range, last: last N messages: {time|id|last} (default "time")
--with-content export with message content
```

### Options inherited from parent commands
Expand All @@ -25,7 +26,7 @@ tdl chat export [flags]
-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 131072)
-s, --size int part size for transfer, max is 512*1024 (default 524288)
-t, --threads int max threads for transfer one item (default 4)
```

Expand Down
2 changes: 1 addition & 1 deletion docs/command/tdl_chat_ls.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ tdl chat ls [flags]
-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 131072)
-s, --size int part size for transfer, max is 512*1024 (default 524288)
-t, --threads int max threads for transfer one item (default 4)
```

Expand Down
2 changes: 1 addition & 1 deletion docs/command/tdl_download.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ tdl download [flags]
-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 131072)
-s, --size int part size for transfer, max is 512*1024 (default 524288)
-t, --threads int max threads for transfer one item (default 4)
```

Expand Down
2 changes: 1 addition & 1 deletion docs/command/tdl_login.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ tdl login [flags]
-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 131072)
-s, --size int part size for transfer, max is 512*1024 (default 524288)
-t, --threads int max threads for transfer one item (default 4)
```

Expand Down
2 changes: 1 addition & 1 deletion docs/command/tdl_recover.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ tdl recover [flags]
-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 131072)
-s, --size int part size for transfer, max is 512*1024 (default 524288)
-t, --threads int max threads for transfer one item (default 4)
```

Expand Down
2 changes: 1 addition & 1 deletion docs/command/tdl_upload.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ tdl upload [flags]
-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 131072)
-s, --size int part size for transfer, max is 512*1024 (default 524288)
-t, --threads int max threads for transfer one item (default 4)
```

Expand Down
2 changes: 1 addition & 1 deletion docs/command/tdl_version.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ tdl version [flags]
-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 131072)
-s, --size int part size for transfer, max is 512*1024 (default 524288)
-t, --threads int max threads for transfer one item (default 4)
```

Expand Down

0 comments on commit 4b8581c

Please sign in to comment.