fix: lost right quotation
This commit is contained in:
parent
5882d6bbe7
commit
7cd57f906f
|
@ -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[] = {
|
||||||
|
|
Loading…
Reference in New Issue