fix:enable_dss

This commit is contained in:
wangxin327
2023-05-02 16:30:37 +08:00
parent 05d4e4e1ca
commit 137d4e8984

View File

@ -3798,7 +3798,7 @@ static void usage(const char* prog_name)
printf(_(" -c, --enable-dcf enable DCF mode\n")); printf(_(" -c, --enable-dcf enable DCF mode\n"));
#endif #endif
#ifndef ENABLE_LITE_MODE #ifndef ENABLE_LITE_MODE
printf(_(" --enable-dss enable ss_enable_dss mode\n")); printf(_(" --enable-dss enable shared storage mode\n"));
#endif #endif
printf(_(" [-D, --pgdata=]DATADIR location for this database cluster\n")); printf(_(" [-D, --pgdata=]DATADIR location for this database cluster\n"));
#ifdef ENABLE_MULTIPLE_NODES #ifdef ENABLE_MULTIPLE_NODES