fix: add semicolon to email address

This commit is contained in:
Alex Duan 2024-11-28 16:52:08 +08:00
parent 7cd57f906f
commit d83bb1c9c1
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ const char *argp_program_version = td_version;
#ifdef CUS_EMAIL #ifdef CUS_EMAIL
const char *argp_program_bug_address = CUS_EMAIL; const char *argp_program_bug_address = CUS_EMAIL;
#else #else
const char *argp_program_bug_address = "support@taosdata.com;" const char *argp_program_bug_address = "support@taosdata.com";
#endif #endif
static struct argp_option shellOptions[] = { static struct argp_option shellOptions[] = {