Commit 1f75a5f9 authored by Peter Eisentraut's avatar Peter Eisentraut

pg_isready: Message improvement

parent d368a301
......@@ -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);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment