Fix 'db-info' command name to show it right in 'help'

* Fixes #5139
This commit is contained in:
Anton Vanda 2020-07-20 23:45:52 +03:00 committed by Jonathan White
parent a52b0c5439
commit c2bdb48bc6

View file

@ -27,7 +27,7 @@
Info::Info() Info::Info()
{ {
name = QString("db-show"); name = QString("db-info");
description = QObject::tr("Show a database's information."); description = QObject::tr("Show a database's information.");
} }