mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 19:21:05 +00:00
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` incb171db
.
This commit is contained in:
parent
293203cb64
commit
b573e0a621
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue