mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-06-07 14:32:55 -04: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()
|
Create::Create()
|
||||||
{
|
{
|
||||||
name = QString("create");
|
name = QString("db-create");
|
||||||
description = QObject::tr("Create a new database.");
|
description = QObject::tr("Create a new database.");
|
||||||
positionalArguments.append({QString("database"), QObject::tr("Path of the database."), QString("")});
|
positionalArguments.append({QString("database"), QObject::tr("Path of the database."), QString("")});
|
||||||
options.append(Command::KeyFileOption);
|
options.append(Command::KeyFileOption);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue