We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f508287 commit 6ddc86cCopy full SHA for 6ddc86c
contrib/pg_tde/src/bin/pg_tde_restore_encrypt.c
@@ -118,7 +118,7 @@ usage(const char *progname)
118
printf(_(" DEST-PATH path where the encrypted WAL segment should be written\n"));
119
printf(_(" RESTORE-COMMAND restore command to wrap, %%p will be replaced with the path\n"
120
" where it should write the unencrypted WAL segment, %%f with\n"
121
- " the WAL segment's name\n"));
+ " the WAL segment's name\n"));
122
printf(_("\n"));
123
printf(_("Note that any %%f or %%p parameter in RESTORE-COMMAND will have to be escaped\n"
124
"as %%%%f or %%%%p respectively if used as restore_command in postgresql.conf.\n"
0 commit comments