1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-01-09 14:45:47 +02:00

[Issue #66] update help

This commit is contained in:
Grigory Smolkin 2020-06-12 18:56:11 +03:00
parent 8b8a79f9dc
commit da082fb29b

View File

@ -432,6 +432,8 @@ help_restore(void)
printf(_(" --external-mapping=OLDDIR=NEWDIR\n"));
printf(_(" relocate the external directory from OLDDIR to NEWDIR\n"));
printf(_(" --skip-external-dirs do not restore all external directories\n"));
printf(_("\n Incremental restore options:\n"));
printf(_(" -I, --incremental-mode=none|checksum|lsn\n"));
printf(_(" reuse valid pages available in PGDATA if they have not changed\n"));
printf(_(" (default: none)\n"));