This commit is contained in:
tuxmaster 2024-12-07 16:57:49 +01:00
parent 48131547a1
commit 414d290649
No known key found for this signature in database
GPG Key ID: A5B2176874F557EC

View File

@ -18,7 +18,7 @@ import (
var CmdMigrate = &cli.Command{
Name: "migrate",
Usage: "Migrate the database",
Description: "This is a command for migrating the database, so that you can run gitea admin user create before starting the server.",
Description: "This is a command for migrating the database, so that you can run 'forgejo admin user create' before starting the server.",
Action: runMigrate,
}