From 8190bf4ae97b2c2830becc1c779bfabed30f2291 Mon Sep 17 00:00:00 2001 From: zhaobingyu <1783692558@qq.com> Date: Thu, 29 Dec 2022 22:30:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9issue=EF=BC=9Adss=E6=A8=A1?= =?UTF-8?q?=E5=BC=8F=E4=B8=8Bpg=5Fcontroldata=E6=95=B0=E6=8D=AE=E7=9B=AE?= =?UTF-8?q?=E5=BD=95=E8=BE=93=E5=85=A5=E9=94=99=E8=AF=AF=E6=8A=A5=E9=94=99?= =?UTF-8?q?=E4=B8=8D=E5=90=88=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/bin/pg_controldata/pg_controldata.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/pg_controldata/pg_controldata.cpp b/src/bin/pg_controldata/pg_controldata.cpp index 4df4364a1..8ebaca9ef 100644 --- a/src/bin/pg_controldata/pg_controldata.cpp +++ b/src/bin/pg_controldata/pg_controldata.cpp @@ -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); } }