Skip to content

Commit 8458feb

Browse files
lunnyzeripath
andauthored
Update cmd/migrate_storage.go
Co-authored-by: zeripath <[email protected]>
1 parent 404a32b commit 8458feb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/migrate_storage.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import (
2727
var CmdMigrateStorage = cli.Command{
2828
Name: "migrate-storage",
2929
Usage: "Migrate the storage",
30-
Description: "This is a command for migrating Gitea configured storage to a parameter indicated storage.",
30+
Description: "Copies stored files from storage configured in app.ini to parameter-configured storage",
3131
Action: runMigrateStorage,
3232
Flags: []cli.Flag{
3333
cli.StringFlag{

0 commit comments

Comments
 (0)