0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-05-18 16:35:27 +02:00

Merge branch 'main' into fix-24635

This commit is contained in:
Excellencedev 2025-12-22 18:12:09 +01:00 committed by GitHub
commit 5da2b95e29
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -36,7 +36,7 @@ var CmdMigrateStorage = &cli.Command{
Name: "type", Name: "type",
Aliases: []string{"t"}, Aliases: []string{"t"},
Value: "", Value: "",
Usage: "Type of stored files to copy. Allowed types: 'attachments', 'lfs', 'avatars', 'repo-avatars', 'repo-archivers', 'packages', 'actions-log', 'actions-artifacts", Usage: "Type of stored files to copy. Allowed types: 'attachments', 'lfs', 'avatars', 'repo-avatars', 'repo-archivers', 'packages', 'actions-log', 'actions-artifacts'",
}, },
&cli.StringFlag{ &cli.StringFlag{
Name: "storage", Name: "storage",