From 9cbd4e63ca6b483f8f902735f4b196bdc9d72eb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9B=D0=B5=D0=BE=D0=BD=D0=B8=D0=B4=20=D0=AE=D1=80=D1=8C?= =?UTF-8?q?=D0=B5=D0=B2=20=28Leonid=20Yuriev=29?= Date: Fri, 4 Nov 2022 15:07:46 +0300 Subject: [PATCH] =?UTF-8?q?mdbx-test:=20=D0=BC=D0=B8=D0=BD=D0=BE=D1=80?= =?UTF-8?q?=D0=BD=D0=BE=D0=B5=20=D1=83=D1=82=D0=BE=D1=87=D0=BD=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5=20=D0=BF=D0=BE=D0=B4=D1=81=D0=BA=D0=B0=D0=B7=D0=BA?= =?UTF-8?q?=D0=B8=20`--help`.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/main.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/main.cc b/test/main.cc index e5854276..67ea1bd0 100644 --- a/test/main.cc +++ b/test/main.cc @@ -24,7 +24,7 @@ MDBX_NORETURN void usage(void) { "usage:\n" " --help or -h Show this text\n" "Common parameters:\n" - " --loglevel=[0-7]|[extra..fatal]" + " --loglevel=[0-7]|[fatal..extra]s" " --pathname=... Path and/or name of database files\n" " --repeat=N Set repeat counter\n" " --threads=N Number of thread (unsupported for now)\n"