We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ce874c commit 5b69fe2Copy full SHA for 5b69fe2
src/help.c
@@ -215,7 +215,7 @@ help_backup(void)
215
printf(_(" -C, --smooth-checkpoint do smooth checkpoint before backup\n"));
216
printf(_(" --stream stream the transaction log and include it in the backup\n"));
217
printf(_(" -S, --slot=SLOTNAME replication slot to use\n"));
218
- printf(_(" --backup-pg-log backup of pg_log directory\n"));
+ printf(_(" --backup-pg-log backup of '%s' directory\n"), PG_LOG_DIR);
219
printf(_(" -j, --threads=NUM number of parallel threads\n"));
220
printf(_(" --archive-timeout=timeout wait timeout for WAL segment archiving (default: 5min)\n"));
221
printf(_(" --progress show progress\n"));
0 commit comments