mirror of
https://github.com/isar/libmdbx.git
synced 2025-08-25 21:54:28 +08:00
mdbx-tools: добавление опции -c
(concise) в mdbx_dump
.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user