1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-07-07 00:35:37 +02:00

Command-line help update missed in cabb3f857.

This commit is contained in:
David Steele
2018-09-11 10:55:55 -04:00
parent cabb3f8577
commit 6c1d48b018
2 changed files with 10 additions and 2 deletions

View File

@ -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();