pg_isready: Message improvement

This commit is contained in:
Peter Eisentraut 2013-07-14 15:53:56 -04:00
parent f5acde9380
commit 5ab811106b

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);
}