Skip to content

Commit

Permalink
docs(hugo): fixed small typo in 'export messages' (#663)
Browse files Browse the repository at this point in the history
  • Loading branch information
shelomentsevd authored Jun 27, 2024
1 parent 91ad995 commit 146c19e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/content/en/guide/tools/export-messages.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ tdl chat export -c CHAT -T last -i 10 -f "Views>200 && Media.Name endsWith '.zip
Export with message content:

{{< command >}}
tdl chat -c CHAT --with-content
tdl chat export -c CHAT --with-content
{{< /command >}}

## Raw
Expand Down
2 changes: 1 addition & 1 deletion docs/content/zh/guide/tools/export-messages.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ tdl chat export -c CHAT -T last -i 10 -f "Views>200 && Media.Name endsWith '.zip
附带消息内容:

{{< command >}}
tdl chat -c CHAT --with-content
tdl chat export -c CHAT --with-content
{{< /command >}}

## 原始数据
Expand Down

0 comments on commit 146c19e

Please sign in to comment.