diff options
author | tuxmaster <tuxmaster@noreply.codeberg.org> | 2024-12-07 16:57:49 +0100 |
---|---|---|
committer | tuxmaster <tuxmaster@noreply.codeberg.org> | 2024-12-07 16:57:49 +0100 |
commit | 414d290649730aaf090a2140f2672d2cef9dde43 (patch) | |
tree | 045cf620dde879ad88bcaf240555dd81a9066d6a | |
parent | Merge pull request 'fix: don't specify FOR clause for index hint' (#6188) fro... (diff) | |
download | forgejo-414d290649730aaf090a2140f2672d2cef9dde43.tar.xz forgejo-414d290649730aaf090a2140f2672d2cef9dde43.zip |
Fix for #6194
-rw-r--r-- | cmd/migrate.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/migrate.go b/cmd/migrate.go index e81b862937..53c496a36c 100644 --- a/cmd/migrate.go +++ b/cmd/migrate.go @@ -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, } |