loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request 'Rebrand help text in `forgejo migrate` #6194' (#6196) from tuxmaster/forgejo:#6194 into forgejo

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/6196
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Reviewed-by: Otto <otto@codeberg.org>

Otto 343479d0 48131547

+1 -1
+1 -1
cmd/migrate.go
··· 18 18 var CmdMigrate = &cli.Command{ 19 19 Name: "migrate", 20 20 Usage: "Migrate the database", 21 - Description: "This is a command for migrating the database, so that you can run gitea admin user create before starting the server.", 21 + Description: "This is a command for migrating the database, so that you can run 'forgejo admin user create' before starting the server.", 22 22 Action: runMigrate, 23 23 } 24 24