Skip to content

Commit b7d5d6c

Browse files
committed
help: another minor update
1 parent 8d6d1c6 commit b7d5d6c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/help.c

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -408,8 +408,7 @@ help_restore(void)
408408
printf(_(" --external-mapping=OLDDIR=NEWDIR\n"));
409409
printf(_(" relocate the external directory from OLDDIR to NEWDIR\n"));
410410
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"));
413412

414413
printf(_("\n Partial restore options:\n"));
415414
printf(_(" --db-include dbname restore only specified databases\n"));
@@ -690,8 +689,7 @@ help_set_config(void)
690689
printf(_(" -E --external-dirs=external-directories-paths\n"));
691690
printf(_(" backup some directories not from pgdata \n"));
692691
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"));
695693

696694
printf(_("\n Logging options:\n"));
697695
printf(_(" --log-level-console=log-level-console\n"));

0 commit comments

Comments
 (0)