mdbx-tools: добавление опции -c (concise) в mdbx_dump.

This commit is contained in:
Леонид Юрьев (Leonid Yuriev)
2025-03-16 20:02:26 +03:00
parent ef9fd1f3fb
commit db44f4ed71
3 changed files with 48 additions and 39 deletions

View File

@@ -12,6 +12,8 @@ mdbx_dump \- MDBX environment export tool
[\c
.BR \-q ]
[\c
.BR \-c ]
[\c
.BI \-f \ file\fR]
[\c
.BR \-l ]
@@ -41,6 +43,9 @@ Write the library version number to the standard output, and exit.
.BR \-q
Be quiet.
.TP
.BR \-c
Concise mode without repeating keys in a dump, but incompatible with Berkeley DB and LMDB.
.TP
.BR \-f \ file
Write to the specified file instead of to the standard output.
.TP