This commit is contained in:
gaozengqi 2022-01-28 12:04:02 +08:00 committed by Jingyu Zhou
parent f1bd0f16da
commit 23ea6e2c7e
1 changed files with 1 additions and 1 deletions

View File

@ -707,7 +707,7 @@ static void printUsage(const char* name, bool devhelp) {
printf("\n"
"The 'kvfiledump' role dump all key-values from kvfile to stdout in binary format:\n"
"{key length}{key binary}{value length}{value binary}, length is 4 bytes int\n"
"(little endianness). This role takes 3 environment variables as parameter:\n"
"(little endianness). This role takes 3 environment variables as parameters:\n"
" - FDB_DUMP_STARTKEY: start key for the dump, default is empty\n"
" - FDB_DUMP_ENDKEY: end key for the dump, default is \"\\xff\\xff\"\n"
" - FDB_DUMP_DEBUG: print key-values to stderr in escaped format\n");