mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2024-12-14 10:13:05 +02:00
Command-line help update missed in cabb3f857
.
This commit is contained in:
parent
cabb3f8577
commit
6c1d48b018
@ -510,7 +510,11 @@ static ConfigDefineOptionData configDefineOptionData[] = CFGDEFDATA_OPTION_LIST
|
||||
"Set the buffer size used for copy, compress, and uncompress functions. A maximum of 3 buffers will be in use at a "
|
||||
"time per process. An additional maximum of 256K per process may be used for zlib buffers.\n"
|
||||
"\n"
|
||||
"Size can be entered in bytes (default) or KB, MB, GB, TB, or PB where the multiplier is a power of 1024."
|
||||
"Size can be entered in bytes (default) or KB, MB, GB, TB, or PB where the multiplier is a power of 1024. For example, "
|
||||
"the case-insensitive value 32k (or 32KB) can be used instead of 32768.\n"
|
||||
"\n"
|
||||
"Allowed values, in bytes, are 16384, 32768, 65536, 131072, 262144, 524288, 1048576, 2097152, 4194304, 8388608, and "
|
||||
"16777216."
|
||||
)
|
||||
|
||||
CFGDEFDATA_OPTION_COMMAND_LIST
|
||||
|
@ -260,7 +260,11 @@ testRun(void)
|
||||
"maximum of 256K per process may be used for zlib buffers.\n"
|
||||
"\n"
|
||||
"Size can be entered in bytes (default) or KB, MB, GB, TB, or PB where the\n"
|
||||
"multiplier is a power of 1024.\n",
|
||||
"multiplier is a power of 1024. For example, the case-insensitive value 32k (or\n"
|
||||
"32KB) can be used instead of 32768.\n"
|
||||
"\n"
|
||||
"Allowed values, in bytes, are 16384, 32768, 65536, 131072, 262144, 524288,\n"
|
||||
"1048576, 2097152, 4194304, 8388608, and 16777216.\n",
|
||||
helpVersion));
|
||||
|
||||
argList = strLstNew();
|
||||
|
Loading…
Reference in New Issue
Block a user