Skip to content

Commit da082fb

Browse files
committed
[Issue #66] update help
1 parent 8b8a79f commit da082fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/help.c

+2
Original file line numberDiff line numberDiff line change
@@ -432,6 +432,8 @@ help_restore(void)
432432
printf(_(" --external-mapping=OLDDIR=NEWDIR\n"));
433433
printf(_(" relocate the external directory from OLDDIR to NEWDIR\n"));
434434
printf(_(" --skip-external-dirs do not restore all external directories\n"));
435+
436+
printf(_("\n Incremental restore options:\n"));
435437
printf(_(" -I, --incremental-mode=none|checksum|lsn\n"));
436438
printf(_(" reuse valid pages available in PGDATA if they have not changed\n"));
437439
printf(_(" (default: none)\n"));

0 commit comments

Comments
 (0)