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/Command.cpp')
-rw-r--r--src/cli/Command.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cli/Command.cpp b/src/cli/Command.cpp
index 79d56c360..e64dd4aaa 100644
--- a/src/cli/Command.cpp
+++ b/src/cli/Command.cpp
@@ -46,6 +46,10 @@ const QCommandLineOption Command::KeyFileOption = QCommandLineOption(QStringList
QObject::tr("Key file of the database."),
QObject::tr("path"));
+const QCommandLineOption Command::NoPasswordOption =
+ QCommandLineOption(QStringList() << "no-password",
+ QObject::tr("Deactivate password key for the database."));
+
QMap<QString, Command*> commands;
Command::~Command()