1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-10-30 23:37:45 +02:00

Rename retention-* options to repo-retention-*.

This commit is contained in:
David Steele
2018-02-19 15:07:24 -05:00
parent f75ba7db94
commit 64a7196cb6
30 changed files with 778 additions and 732 deletions

View File

@@ -49,7 +49,6 @@ use constant CONFIG_HELP_SOURCE_COMMAND => CONFIG_HE
use constant CFGDEF_COMMAND => 'command';
use constant CFGDEF_GENERAL => 'general';
use constant CFGDEF_LOG => 'log';
use constant CFGDEF_EXPIRE => 'expire';
use constant CFGDEF_REPOSITORY => 'repository';
####################################################################################################################################
@@ -758,8 +757,7 @@ sub helpCommandDocGetOptionFind
}
if (($strSection ne CFGDEF_GENERAL && $strSection ne CFGDEF_LOG &&
$strSection ne CFGDEF_REPOSITORY && $strSection ne CFGDEF_SECTION_STANZA &&
$strSection ne CFGDEF_EXPIRE) ||
$strSection ne CFGDEF_REPOSITORY && $strSection ne CFGDEF_SECTION_STANZA) ||
$strSection eq $strCommand)
{
$strSection = CONFIG_HELP_COMMAND;