Skip to content

Commit 8d6d1c6

Browse files
committed
help: minor update
1 parent 544de12 commit 8d6d1c6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/help.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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"));

0 commit comments

Comments
 (0)