Skip to content
Snippets Groups Projects
Commit 1f75a5f9 authored by Peter Eisentraut's avatar Peter Eisentraut
Browse files

pg_isready: Message improvement

parent d368a301
Branches
Tags
No related merge requests found
......@@ -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);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment