Skip to content

Commit 404a32b

Browse files
committed
Fix the migrate storage command line description
1 parent 952e30d commit 404a32b

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 current storage to external storage.",
30+
Description: "This is a command for migrating Gitea configured storage to a parameter indicated storage.",
3131
Action: runMigrateStorage,
3232
Flags: []cli.Flag{
3333
cli.StringFlag{

0 commit comments

Comments
 (0)