Skip to content

Commit 41d4013

Browse files
committed
[Issue #66] fix help
1 parent da082fb commit 41d4013

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/help.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ help_pg_probackup(void)
160160
printf(_(" [-T OLDDIR=NEWDIR] [--progress]\n"));
161161
printf(_(" [--external-mapping=OLDDIR=NEWDIR]\n"));
162162
printf(_(" [--skip-external-dirs] [--restore-command=cmdline]\n"));
163-
printf(_(" [--incremental-mode=none|checksum|lsn\n"));
163+
printf(_(" [--incremental-mode=none|checksum|lsn]\n"));
164164
printf(_(" [--no-sync]\n"));
165165
printf(_(" [--db-include | --db-exclude]\n"));
166166
printf(_(" [--remote-proto] [--remote-host]\n"));
@@ -398,7 +398,7 @@ help_restore(void)
398398
printf(_(" [-T OLDDIR=NEWDIR]\n"));
399399
printf(_(" [--external-mapping=OLDDIR=NEWDIR]\n"));
400400
printf(_(" [--skip-external-dirs]\n"));
401-
printf(_(" [--incremental-mode=none|checksum|lsn\n"));
401+
printf(_(" [--incremental-mode=none|checksum|lsn]\n"));
402402
printf(_(" [--db-include dbname | --db-exclude dbname]\n"));
403403
printf(_(" [--recovery-target-time=time|--recovery-target-xid=xid\n"));
404404
printf(_(" |--recovery-target-lsn=lsn [--recovery-target-inclusive=boolean]]\n"));

0 commit comments

Comments
 (0)