1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2026-06-20 01:17:49 +02:00

Fix case in option summary.

This commit is contained in:
David Steele
2025-02-21 08:24:57 -06:00
parent 2155a12a3d
commit f2bbfad29c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1045,7 +1045,7 @@
</config-key>
<config-key id="repo-s3-sse-customer-key" name="S3 Repository SSE Customer Key">
<summary>S3 Repository SSE Customer Key.</summary>
<summary>S3 repository SSE customer key.</summary>
<text>
<p>Setting this option enables S3 server-side encryption using the specified customer key.</p>
+1 -1
View File
@@ -347,7 +347,7 @@ testRun(void)
" --repo-s3-kms-key-id S3 repository KMS key\n"
" --repo-s3-region S3 repository region\n"
" --repo-s3-role S3 repository role\n"
" --repo-s3-sse-customer-key S3 Repository SSE Customer Key\n"
" --repo-s3-sse-customer-key S3 repository SSE customer key\n"
" --repo-s3-token S3 repository security token\n"
" --repo-s3-uri-style S3 URI Style [default=host]\n"
" --repo-sftp-host SFTP repository host\n"