Skip to content

Commit

Permalink
Merge pull request #757 from taosdata/fix/TD-30647-3.0
Browse files Browse the repository at this point in the history
Update taosdump.c TD-30647
  • Loading branch information
DuanKuanJun committed Jun 19, 2024
2 parents a420f5c + d688eb2 commit 2ec0f6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/taosdump.c
Original file line number Diff line number Diff line change
Expand Up @@ -669,9 +669,9 @@ static void printVersion(FILE *file) {

char taosdump_commit[] = TAOSDUMP_COMMIT_SHA1;

fprintf(file,"ntaosdump version: %s\ngit: %s\n", taostools_ver, taosdump_commit);
fprintf(file,"taosdump version: %s\ngit: %s\n", taostools_ver, taosdump_commit);
#ifdef LINUX
printf("build: %s\n ", buildinfo);
printf("build: %s\n", buildinfo);
#endif
if (strlen(taosdump_status) > 0) {
fprintf(file, "status:%s\n", taosdump_status);
Expand Down

0 comments on commit 2ec0f6f

Please sign in to comment.