mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
Use db-create as Create::name (#4263)
Fixes a name mismatch introduced in
b78ca924fd.
This commit is contained in:
@@ -38,7 +38,7 @@ const QCommandLineOption Create::DecryptionTimeOption =
|
||||
|
||||
Create::Create()
|
||||
{
|
||||
name = QString("create");
|
||||
name = QString("db-create");
|
||||
description = QObject::tr("Create a new database.");
|
||||
positionalArguments.append({QString("database"), QObject::tr("Path of the database."), QString("")});
|
||||
options.append(Command::KeyFileOption);
|
||||
|
||||
Reference in New Issue
Block a user