mirror of
https://github.com/postgres/postgres.git
synced 2025-07-24 14:22:24 +03:00
Improve message
This commit is contained in:
@ -188,7 +188,7 @@ main(int argc, char *argv[])
|
||||
concurrentCons = atoi(optarg);
|
||||
if (concurrentCons <= 0)
|
||||
{
|
||||
fprintf(stderr, _("%s: number of parallel \"jobs\" must be at least 1\n"),
|
||||
fprintf(stderr, _("%s: number of parallel jobs must be at least 1\n"),
|
||||
progname);
|
||||
exit(1);
|
||||
}
|
||||
|
Reference in New Issue
Block a user