From da3ad2c414157e04ea3f66be849be41d59b4da43 Mon Sep 17 00:00:00 2001 From: Alex Duan <417921451@qq.com> Date: Sun, 22 Dec 2024 12:29:45 +0800 Subject: [PATCH] fix: taodump doc for en --- docs/en/14-reference/02-tools/09-taosdump.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/en/14-reference/02-tools/09-taosdump.md b/docs/en/14-reference/02-tools/09-taosdump.md index 54109a8de9..75747f2f57 100644 --- a/docs/en/14-reference/02-tools/09-taosdump.md +++ b/docs/en/14-reference/02-tools/09-taosdump.md @@ -6,15 +6,15 @@ slug: /tdengine-reference/tools/taosdump `taosdump` is a TDengine data backup/recovery tool provided for open source users, and the backed up data files adopt the standard [Apache AVRO](https://avro.apache.org/) Format, convenient for exchanging data with the external ecosystem. - Taosdump provides multiple data backup and recovery options to meet different data needs, and all supported options can be viewed through -- help. + Taosdump provides multiple data backup and recovery options to meet different data needs, and all supported options can be viewed through --help. ## Installation Taosdump provides two installation methods: --Taosdump is the default installation component in the TDengine installation package, which can be used after installing TDengine. For how to install TDengine, please refer to [TDengine Installation](../../../get started/) +- Taosdump is the default installation component in the TDengine installation package, which can be used after installing TDengine. For how to install TDengine, please refer to [TDengine Installation](../../../get-started/) --Compile and install taos tools separately, refer to [taos tools](https://github.com/taosdata/taos-tools) . +- Compile and install taos tools separately, refer to [taos tools](https://github.com/taosdata/taos-tools) . ## Common Use Cases