You've already forked pgbackrest
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:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user