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