File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -408,8 +408,7 @@ help_restore(void)
408
408
printf (_ (" --external-mapping=OLDDIR=NEWDIR\n" ));
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
- printf (_ (" --restore-command=cmdline command to use as 'restore_command' in recovery.conf\n" ));
412
- printf (_ (" 'none' disables; (default: 'none')\n" ));
411
+ printf (_ (" --restore-command=cmdline command to use as 'restore_command' in recovery.conf; 'none' disables\n" ));
413
412
414
413
printf (_ ("\n Partial restore options:\n" ));
415
414
printf (_ (" --db-include dbname restore only specified databases\n" ));
@@ -690,8 +689,7 @@ help_set_config(void)
690
689
printf (_ (" -E --external-dirs=external-directories-paths\n" ));
691
690
printf (_ (" backup some directories not from pgdata \n" ));
692
691
printf (_ (" (example: --external-dirs=/tmp/dir1:/tmp/dir2)\n" ));
693
- printf (_ (" --restore-command=cmdline command to use as 'restore_command' in recovery.conf\n" ));
694
- printf (_ (" 'none' disables; (default: 'none')\n" ));
692
+ printf (_ (" --restore-command=cmdline command to use as 'restore_command' in recovery.conf; 'none' disables\n" ));
695
693
696
694
printf (_ ("\n Logging options:\n" ));
697
695
printf (_ (" --log-level-console=log-level-console\n" ));
You can’t perform that action at this time.
0 commit comments