Skip to content

Commit 5b69fe2

Browse files
committed
help fix for Issue 50
1 parent 2ce874c commit 5b69fe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/help.c

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

0 commit comments

Comments
 (0)