mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-01-11 15:29:51 -05:00
Use db-create as Create::name (#4263)
Fixes a name mismatch introduced in
b78ca924fd
.
This commit is contained in:
parent
d2a19f3e86
commit
94b45ea16f
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user