Use db-create as Create::name (#4263)

Fixes a name mismatch introduced in
b78ca924fd.
This commit is contained in:
James Ring
2020-01-29 12:18:48 -08:00
committed by GitHub
parent d2a19f3e86
commit 94b45ea16f

View File

@@ -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);