Commit 5be5b502 authored by Peter Eisentraut's avatar Peter Eisentraut

Improve message

parent 5db837d3
...@@ -188,7 +188,7 @@ main(int argc, char *argv[]) ...@@ -188,7 +188,7 @@ main(int argc, char *argv[])
concurrentCons = atoi(optarg); concurrentCons = atoi(optarg);
if (concurrentCons <= 0) 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); progname);
exit(1); exit(1);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment