File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -409,6 +409,7 @@ help_restore(void)
409409 printf (_ (" relocate the external directory from OLDDIR to NEWDIR\n" ));
410410 printf (_ (" --skip-external-dirs do not restore all external directories\n" ));
411411 printf (_ (" --restore-command=cmdline command to use as 'restore_command' in recovery.conf\n" ));
412+ printf (_ (" 'none' disables; (default: 'none')\n" ));
412413
413414 printf (_ ("\n Partial restore options:\n" ));
414415 printf (_ (" --db-include dbname restore only specified databases\n" ));
@@ -690,6 +691,7 @@ help_set_config(void)
690691 printf (_ (" backup some directories not from pgdata \n" ));
691692 printf (_ (" (example: --external-dirs=/tmp/dir1:/tmp/dir2)\n" ));
692693 printf (_ (" --restore-command=cmdline command to use as 'restore_command' in recovery.conf\n" ));
694+ printf (_ (" 'none' disables; (default: 'none')\n" ));
693695
694696 printf (_ ("\n Logging options:\n" ));
695697 printf (_ (" --log-level-console=log-level-console\n" ));
You can’t perform that action at this time.
0 commit comments