From c2bdb48bc642fd85e3d4c5ad6a6234aa389f95ad Mon Sep 17 00:00:00 2001 From: Anton Vanda Date: Mon, 20 Jul 2020 23:45:52 +0300 Subject: [PATCH] Fix 'db-info' command name to show it right in 'help' * Fixes #5139 --- src/cli/Info.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli/Info.cpp b/src/cli/Info.cpp index c5747277..800996d6 100644 --- a/src/cli/Info.cpp +++ b/src/cli/Info.cpp @@ -27,7 +27,7 @@ Info::Info() { - name = QString("db-show"); + name = QString("db-info"); description = QObject::tr("Show a database's information."); }