Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli/Info.cpp')
-rw-r--r--src/cli/Info.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli/Info.cpp b/src/cli/Info.cpp
index c57472770..800996d64 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.");
}