Skip to content

Commit cd02b35

Browse files
committed
Show the default checkpoint method in the pg_basebackup help message
Author: Michael Banck Reviewed-By: Aleksander Alekseev, Michael Paquier, Peter Eisentraut Discussion: https://postgr.es/m/6530f954.170a0220.5637c.9209@mx.google.com
1 parent 9886744 commit cd02b35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/pg_basebackup/pg_basebackup.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ usage(void)
415415
printf(_(" -Z, --compress=none do not compress tar output\n"));
416416
printf(_("\nGeneral options:\n"));
417417
printf(_(" -c, --checkpoint=fast|spread\n"
418-
" set fast or spread checkpointing\n"));
418+
" set fast or spread (default) checkpointing\n"));
419419
printf(_(" -C, --create-slot create replication slot\n"));
420420
printf(_(" -l, --label=LABEL set backup label\n"));
421421
printf(_(" -n, --no-clean do not clean up after errors\n"));

0 commit comments

Comments
 (0)