We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 952e30d commit 404a32bCopy full SHA for 404a32b
cmd/migrate_storage.go
@@ -27,7 +27,7 @@ import (
27
var CmdMigrateStorage = cli.Command{
28
Name: "migrate-storage",
29
Usage: "Migrate the storage",
30
- Description: "This is a command for migrating current storage to external storage.",
+ Description: "This is a command for migrating Gitea configured storage to a parameter indicated storage.",
31
Action: runMigrateStorage,
32
Flags: []cli.Flag{
33
cli.StringFlag{
0 commit comments