1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-05 07:21:24 +03:00

pg_isready: Message improvement

This commit is contained in:
Peter Eisentraut
2013-07-14 15:53:56 -04:00
parent d368a301b3
commit 1f75a5f9c1

View File

@ -143,7 +143,7 @@ main(int argc, char **argv)
defs = PQconndefaults();
if (defs == NULL)
{
fprintf(stderr, _("%s: cannot fetch default options\n"), progname);
fprintf(stderr, _("%s: could not fetch default options\n"), progname);
exit(PQPING_NO_ATTEMPT);
}