You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-11-06 08:49:29 +02:00
Document maintainer options.
Document maintainer options in a separate section with appropriate explanation and caveats. Also make the pg-version-force option user visible now that maintainer caveats have been documented.
This commit is contained in:
@@ -266,6 +266,10 @@ testRun(void)
|
||||
" --log-subprocess enable logging in subprocesses [default=n]\n"
|
||||
" --log-timestamp enable timestamp in logging [default=y]\n"
|
||||
"\n",
|
||||
"Maintainer Options:\n"
|
||||
"\n"
|
||||
" --pg-version-force force PostgreSQL version\n"
|
||||
"\n"
|
||||
"Repository Options:\n"
|
||||
"\n"
|
||||
" --repo set repository\n"
|
||||
|
||||
@@ -26,6 +26,7 @@ testRun(void)
|
||||
|
||||
TEST_RESULT_STR_Z(referenceCommandSection(STRDEF("general")), "general", "general section no remap");
|
||||
TEST_RESULT_STR_Z(referenceCommandSection(STRDEF("log")), "log", "log section no remap");
|
||||
TEST_RESULT_STR_Z(referenceCommandSection(STRDEF("maintainer")), "maintainer", "maintainer section no remap");
|
||||
TEST_RESULT_STR_Z(referenceCommandSection(STRDEF("repository")), "repository", "repository section no remap");
|
||||
TEST_RESULT_STR_Z(referenceCommandSection(STRDEF("stanza")), "stanza", "stanza section no remap");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user