docs:Update 06-taosdump.md

This commit is contained in:
Alex Duan 2023-09-13 21:26:03 +08:00 committed by GitHub
parent 57f4072bf3
commit 9808b21848
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -113,6 +113,10 @@ Usage: taosdump [OPTION...] dbname [tbname ...]
-?, --help Give this help list -?, --help Give this help list
--usage Give a short usage message --usage Give a short usage message
-V, --version Print program version -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
Mandatory or optional arguments to long options are also mandatory or optional Mandatory or optional arguments to long options are also mandatory or optional
for any corresponding short options. for any corresponding short options.