diff --git a/src/cli/Create.cpp b/src/cli/Create.cpp index b65970fa..c8e3b771 100644 --- a/src/cli/Create.cpp +++ b/src/cli/Create.cpp @@ -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);