mirror of
https://github.com/isar/libmdbx.git
synced 2025-01-06 23:14:12 +08:00
mdbx-tools: reformat (cosmetic).
Change-Id: I077a266e0a646f3283453d429bff87545839fada
This commit is contained in:
parent
64eeb623be
commit
f22c127c44
@ -758,18 +758,19 @@ bailout:
|
|||||||
}
|
}
|
||||||
|
|
||||||
static void usage(char *prog) {
|
static void usage(char *prog) {
|
||||||
fprintf(stderr,
|
fprintf(
|
||||||
"usage: %s [-V] [-v] [-n] [-q] [-c] [-w] [-d] [-i] [-s subdb] dbpath\n"
|
stderr,
|
||||||
" -V\t\tprint version and exit\n"
|
"usage: %s [-V] [-v] [-n] [-q] [-c] [-w] [-d] [-i] [-s subdb] dbpath\n"
|
||||||
" -v\t\tmore verbose, could be used multiple times\n"
|
" -V\t\tprint version and exit\n"
|
||||||
" -n\t\tNOSUBDIR mode for open\n"
|
" -v\t\tmore verbose, could be used multiple times\n"
|
||||||
" -q\t\tbe quiet\n"
|
" -n\t\tNOSUBDIR mode for open\n"
|
||||||
" -c\t\tforce cooperative mode (don't try exclusive)\n"
|
" -q\t\tbe quiet\n"
|
||||||
" -w\t\tlock DB for writing while checking\n"
|
" -c\t\tforce cooperative mode (don't try exclusive)\n"
|
||||||
" -d\t\tdisable page-by-page traversal of B-tree\n"
|
" -w\t\tlock DB for writing while checking\n"
|
||||||
" -i\t\tignore wrong order errors (for custom comparators case)\n"
|
" -d\t\tdisable page-by-page traversal of B-tree\n"
|
||||||
" -s subdb\tprocess a specific subdatabase only\n",
|
" -i\t\tignore wrong order errors (for custom comparators case)\n"
|
||||||
prog);
|
" -s subdb\tprocess a specific subdatabase only\n",
|
||||||
|
prog);
|
||||||
exit(EXIT_INTERRUPTED);
|
exit(EXIT_INTERRUPTED);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user