Show the default checkpoint method in the pg_basebackup help message
authorMagnus Hagander <[email protected]>
Wed, 10 Jan 2024 12:30:10 +0000 (13:30 +0100)
committerMagnus Hagander <[email protected]>
Wed, 10 Jan 2024 12:30:10 +0000 (13:30 +0100)
Author: Michael Banck
Reviewed-By: Aleksander Alekseev, Michael Paquier, Peter Eisentraut
Discussion: https://postgr.es/m/6530f954.170a0220[email protected]

src/bin/pg_basebackup/pg_basebackup.c

index b734cce5d418c0a61fd0fda055c7a42606666505..e906d5185c185728d579deb4113128bbb4b6691a 100644 (file)
@@ -415,7 +415,7 @@ usage(void)
    printf(_("  -Z, --compress=none    do not compress tar output\n"));
    printf(_("\nGeneral options:\n"));
    printf(_("  -c, --checkpoint=fast|spread\n"
-            "                         set fast or spread checkpointing\n"));
+            "                         set fast or spread (default) checkpointing\n"));
    printf(_("  -C, --create-slot      create replication slot\n"));
    printf(_("  -l, --label=LABEL      set backup label\n"));
    printf(_("  -n, --no-clean         do not clean up after errors\n"));