mdbx-tools: refine built-in help/usage.

Change-Id: Ia06666f48f50e088c796c85e263885ca7181c6a0
This commit is contained in:
Leonid Yuriev
2019-11-27 22:38:39 +03:00
parent 7d74aa6ae8
commit 2cfe7758cd
5 changed files with 52 additions and 35 deletions

View File

@@ -759,8 +759,8 @@ bailout:
static void usage(char *prog) {
fprintf(stderr,
"usage: %s dbpath [-V] [-v] [-n] [-q] [-w] [-c] [-d] [-s subdb]\n"
" -V\t\tshow version\n"
"usage: %s [-V] [-v] [-n] [-q] [-w] [-c] [-d] [-s subdb] dbpath\n"
" -V\t\tprint version and exit\n"
" -v\t\tmore verbose, could be used multiple times\n"
" -n\t\tNOSUBDIR mode for open\n"
" -q\t\tbe quiet\n"