1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-03-03 15:42:18 +02:00

help fix for Issue 50

This commit is contained in:
Grigory Smolkin 2019-02-28 11:02:13 +03:00
parent 2ce874c557
commit 5b69fe2833

View File

@ -215,7 +215,7 @@ help_backup(void)
printf(_(" -C, --smooth-checkpoint do smooth checkpoint before backup\n"));
printf(_(" --stream stream the transaction log and include it in the backup\n"));
printf(_(" -S, --slot=SLOTNAME replication slot to use\n"));
printf(_(" --backup-pg-log backup of pg_log directory\n"));
printf(_(" --backup-pg-log backup of '%s' directory\n"), PG_LOG_DIR);
printf(_(" -j, --threads=NUM number of parallel threads\n"));
printf(_(" --archive-timeout=timeout wait timeout for WAL segment archiving (default: 5min)\n"));
printf(_(" --progress show progress\n"));