1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-11-06 08:49:29 +02:00

Fix typo in repo-cipher-type option reference.

This commit is contained in:
Don Seiler
2020-08-11 10:41:06 -04:00
committed by David Steele
parent 65858d12dd
commit f40c7b65fa
3 changed files with 13 additions and 2 deletions

View File

@@ -661,7 +661,7 @@
<config-key id="repo-cipher-type" name="Repository Cipher Type">
<summary>Cipher used to encrypt the repository.</summary>
<text>The following repository types are supported:
<text>The following cipher types are supported:
<ul>
<li><id>none</id> - The repository is not encrypted</li>
<li><id>aes-256-cbc</id> - Advanced Encryption Standard with 256 bit key length</li>

View File

@@ -101,6 +101,17 @@
</release-core-list>
<release-doc-list>
<release-bug-list>
<release-item>
<release-item-contributor-list>
<release-item-contributor id="don.seiler"/>
<release-item-reviewer id="david.steele"/>
</release-item-contributor-list>
<p>Fix typo in <br-option>repo-cipher-type</br-option> option reference.</p>
</release-item>
</release-bug-list>
<release-improvement-list>
<release-item>
<release-item-contributor-list>

View File

@@ -3476,7 +3476,7 @@ static ConfigDefineOptionData configDefineOptionData[] = CFGDEFDATA_OPTION_LIST
CFGDEFDATA_OPTION_HELP_SUMMARY("Cipher used to encrypt the repository.")
CFGDEFDATA_OPTION_HELP_DESCRIPTION
(
"The following repository types are supported:\n"
"The following cipher types are supported:\n"
"\n"
"* none - The repository is not encrypted\n"
"* aes-256-cbc - Advanced Encryption Standard with 256 bit key length\n"