fix: add blank line
This commit is contained in:
parent
0fac3f7d84
commit
8018cbf639
|
@ -505,10 +505,10 @@ void showHelp() {
|
||||||
|
|
||||||
#ifdef TD_ENTERPRISE
|
#ifdef TD_ENTERPRISE
|
||||||
printf(
|
printf(
|
||||||
"\n\
|
"\n\n\
|
||||||
----- special commands on enterpise version ----- \n\
|
----- special commands on enterpise version ----- \n\
|
||||||
compact database <db_name>; \n\
|
compact database <db_name>; \n\
|
||||||
split vgroup <vgroup_id>;\n");
|
split vgroup <vgroup_id>;");
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
printf("\n\n");
|
printf("\n\n");
|
||||||
|
|
Loading…
Reference in New Issue