fix: add semicolon to email address
This commit is contained in:
parent
7cd57f906f
commit
d83bb1c9c1
|
@ -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[] = {
|
||||
|
|
Loading…
Reference in New Issue