Skip to content

Commit

Permalink
fix: help information
Browse files Browse the repository at this point in the history
  • Loading branch information
DuanKuanJun committed Sep 13, 2023
1 parent 97cca04 commit 4106fb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/taosdump.c
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ static struct argp_option options[] = {
#endif
{"debug", 'g', 0, 0, "Print debug info.", 15},
{"dot-replace", 'Q', 0, 0, "Repalce dot character with underline character in the table name.", 10},
{"rename-dbname", 'W', "rename", 0, "rename database name with new name. format demo: -W \"db1=newDB1|db2=newDB2\" means rename db1 to newDB1 and rename db2 to newDB2", 10},
{"rename", 'W', "RENAME-LIST", 0, "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", 10},
{0}
};

Expand Down

0 comments on commit 4106fb7

Please sign in to comment.