Replace create-user in help with user create

0086279 replaced most of these. This is the last reference to `create-user`,
which was replaced by `user create` in cb171db.
This commit is contained in:
Sai Nane 2024-08-30 10:11:23 +00:00
parent 293203cb64
commit b573e0a621

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 create-user before starting the server.",
Description: "This is a command for migrating the database, so that you can run gitea admin user create before starting the server.",
Action: runMigrate,
}