8000
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 9886744 commit cd02b35Copy full SHA for cd02b35
src/bin/pg_basebackup/pg_basebackup.c
@@ -415,7 +415,7 @@ usage(void)
415
printf(_(" -Z, --compress=none do not compress tar output\n"));
416
printf(_("\nGeneral options:\n"));
417
printf(_(" -c, --checkpoint=fast|spread\n"
418
- " set fast or spread checkpointing\n"));
+ " set fast or spread (default) checkpointing\n"));
419
printf(_(" -C, --create-slot create replication slot\n"));
420
printf(_(" -l, --label=LABEL set backup label\n"));
421
printf(_(" -n, --no-clean do not clean up after errors\n"));
0 commit comments