Skip to content
Snippets Groups Projects
Commit 5be5b502 authored by Peter Eisentraut's avatar Peter Eisentraut
Browse files

Improve message

parent 5db837d3
No related branches found
No related tags found
No related merge requests found
......@@ -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);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment