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)
409
409
printf (_ (" relocate the external directory from OLDDIR to NEWDIR\n" ));
410
410
printf (_ (" --skip-external-dirs do not restore all external directories\n" ));
411
411
printf (_ (" --restore-command=cmdline command to use as 'restore_command' in recovery.conf\n" ));
412
+ printf (_ (" 'none' disables; (default: 'none')\n" ));
412
413
413
414
printf (_ ("\n Partial restore options:\n" ));
414
415
printf (_ (" --db-include dbname restore only specified databases\n" ));
@@ -690,6 +691,7 @@ help_set_config(void)
690
691
printf (_ (" backup some directories not from pgdata \n" ));
691
692
printf (_ (" (example: --external-dirs=/tmp/dir1:/tmp/dir2)\n" ));
692
693
printf (_ (" --restore-command=cmdline command to use as 'restore_command' in recovery.conf\n" ));
694
+ printf (_ (" 'none' disables; (default: 'none')\n" ));
693
695
694
696
printf (_ ("\n Logging options:\n" ));
695
697
printf (_ (" --log-level-console=log-level-console\n" ));
You can’t perform that action at this time.
0 commit comments