fix: lost right quotation

This commit is contained in:
Alex Duan 2024-11-28 16:50:11 +08:00
parent 5882d6bbe7
commit 7cd57f906f
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
const char *argp_program_bug_address = CUS_EMAIL;
#else
const char *argp_program_bug_address = "support@taosdata.com;
const char *argp_program_bug_address = "support@taosdata.com;"
#endif
static struct argp_option shellOptions[] = {