!2708 修改issue:dss模式下pg_controldata数据目录输入错误报错不合理

Merge pull request !2708 from zhaobingyu/pg_controldata
This commit is contained in:
opengauss-bot
2022-12-30 06:54:26 +00:00
committed by Gitee

View File

@ -305,7 +305,7 @@ int main(int argc, char* argv[])
}
if (DataDir[0] != '+') {
fprintf(stderr, _("%s: DATADIR should be specified when enable dss\n"), progname);
fprintf(stderr, _("%s: the DATADIR is not correct with enable dss."), progname);
exit_safely(1);
}
}