Improve message

This commit is contained in:
Peter Eisentraut 2015-11-16 22:26:32 -05:00
parent 5db837d3f2
commit 5be5b5029f
1 changed files with 1 additions and 1 deletions

View File

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