mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-05 05:27:39 +03:00
Use db-create as Create::name (#4263)
Fixes a name mismatch introduced in
b78ca924fd
.
This commit is contained in:
parent
d2a19f3e86
commit
94b45ea16f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue