Skip to content

Commit

Permalink
Merge pull request #22891 from taosdata/docs/DuanKuanJun-patch-9-1
Browse files Browse the repository at this point in the history
docs:Update 06-taosdump.md
  • Loading branch information
gccgdb1234 committed Sep 14, 2023
2 parents 3c1affb + b51d374 commit 890f29e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/en/14-reference/06-taosdump.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Usage: taosdump [OPTION...] dbname [tbname ...]
use letter and number only. Default is NOT.
-n, --no-escape No escape char '`'. Default is using it.
-Q, --dot-replace Repalce dot character with underline character in
the table name.
the table name.(Version 2.5.3)
-T, --thread-num=THREAD_NUM Number of thread for dump in file. Default is
8.
-C, --cloud=CLOUD_DSN specify a DSN to access TDengine cloud service
Expand All @@ -113,6 +113,10 @@ Usage: taosdump [OPTION...] dbname [tbname ...]
-?, --help Give this help list
--usage Give a short usage message
-V, --version Print program version
-W, --rename=RENAME-LIST Rename database name with new name during
importing data. RENAME-LIST:
"db1=newDB1|db2=newDB2" means rename db1 to newDB1
and rename db2 to newDB2 (Version 2.5.4)
Mandatory or optional arguments to long options are also mandatory or optional
for any corresponding short options.
Expand Down

0 comments on commit 890f29e

Please sign in to comment.