Skip to content

Commit 6ddc86c

Browse files
committed
Fix tabs in usage instructions
These should be spaces inside the usage instruction string, not tabs.
1 parent f508287 commit 6ddc86c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/pg_tde/src/bin/pg_tde_restore_encrypt.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ usage(const char *progname)
118118
printf(_(" DEST-PATH path where the encrypted WAL segment should be written\n"));
119119
printf(_(" RESTORE-COMMAND restore command to wrap, %%p will be replaced with the path\n"
120120
" where it should write the unencrypted WAL segment, %%f with\n"
121-
" the WAL segment's name\n"));
121+
" the WAL segment's name\n"));
122122
printf(_("\n"));
123123
printf(_("Note that any %%f or %%p parameter in RESTORE-COMMAND will have to be escaped\n"
124124
"as %%%%f or %%%%p respectively if used as restore_command in postgresql.conf.\n"

0 commit comments

Comments
 (0)