Skip to content

Commit

Permalink
Merge pull request #756 from taosdata/DuanKuanJun-patch-1
Browse files Browse the repository at this point in the history
Update benchCommandOpt.c
  • Loading branch information
DuanKuanJun committed Jun 13, 2024
2 parents 51e5206 + da62305 commit 5cbf094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/benchCommandOpt.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ void printVersion() {
// version
printf("taosBenchmark version: %s\ngit: %s\n", taosBenchmark_ver, taosBenchmark_commit);
#ifdef LINUX
printf("build: %s\n ", buildinfo);
printf("build: %s\n", buildinfo);
#endif
if (strlen(taosBenchmark_status) > 0) {
printf("status: %s\n", taosBenchmark_status);
Expand Down

0 comments on commit 5cbf094

Please sign in to comment.