1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-02-13 14:58:35 +02:00

help: minor update

This commit is contained in:
Grigory Smolkin 2019-10-04 00:01:56 +03:00
parent 544de123a4
commit 8d6d1c6e40

View File

@ -409,6 +409,7 @@ help_restore(void)
printf(_(" relocate the external directory from OLDDIR to NEWDIR\n"));
printf(_(" --skip-external-dirs do not restore all external directories\n"));
printf(_(" --restore-command=cmdline command to use as 'restore_command' in recovery.conf\n"));
printf(_(" 'none' disables; (default: 'none')\n"));
printf(_("\n Partial restore options:\n"));
printf(_(" --db-include dbname restore only specified databases\n"));
@ -690,6 +691,7 @@ help_set_config(void)
printf(_(" backup some directories not from pgdata \n"));
printf(_(" (example: --external-dirs=/tmp/dir1:/tmp/dir2)\n"));
printf(_(" --restore-command=cmdline command to use as 'restore_command' in recovery.conf\n"));
printf(_(" 'none' disables; (default: 'none')\n"));
printf(_("\n Logging options:\n"));
printf(_(" --log-level-console=log-level-console\n"));