We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 689cabf commit b6a6340Copy full SHA for b6a6340
src/bin/scripts/vacuumdb.c
@@ -188,7 +188,7 @@ main(int argc, char *argv[])
188
concurrentCons = atoi(optarg);
189
if (concurrentCons <= 0)
190
{
191
- 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"),
192
progname);
193
exit(1);
194
}
0 commit comments