You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-11-08 03:22:25 +03:00
Cleanup usage of internal options.
Apply internal to options that need to be read to determine locality but should not appear in the help.
This commit is contained in:
@@ -166,7 +166,7 @@ helpRender()
|
||||
|
||||
for (unsigned int optionDefId = 0; optionDefId < cfgDefOptionTotal(); optionDefId++)
|
||||
{
|
||||
if (cfgDefOptionValid(commandDefId, optionDefId) && !cfgDefOptionInternal(optionDefId))
|
||||
if (cfgDefOptionValid(commandDefId, optionDefId) && !cfgDefOptionInternal(commandDefId, optionDefId))
|
||||
{
|
||||
String *section = NULL;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user