mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-14 18:37:03 +08: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