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 404a32b commit 8458febCopy full SHA for 8458feb
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 Gitea configured storage to a parameter indicated storage.",
+ Description: "Copies stored files from storage configured in app.ini to parameter-configured storage",
31
Action: runMigrateStorage,
32
Flags: []cli.Flag{
33
cli.StringFlag{
0 commit comments