pg_isready: Message improvement

This commit is contained in:
Peter Eisentraut 2013-07-14 15:53:56 -04:00
parent d368a301b3
commit 1f75a5f9c1
1 changed files with 1 additions and 1 deletions

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