You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-11-08 03:22:25 +03:00
Full branch coverage for config module.
This commit is contained in:
@@ -339,7 +339,7 @@ helpRender()
|
||||
|
||||
strCat(result, ": ");
|
||||
|
||||
for (int nameAltIdx = 0; nameAltIdx < cfgDefOptionHelpNameAltValueTotal(optionDefId); nameAltIdx++)
|
||||
for (uint nameAltIdx = 0; nameAltIdx < cfgDefOptionHelpNameAltValueTotal(optionDefId); nameAltIdx++)
|
||||
{
|
||||
if (nameAltIdx != 0)
|
||||
strCat(result, ", "); // {uncovered - no option has more than one alt name}
|
||||
|
||||
Reference in New Issue
Block a user