Fix delete repo description (#858)

Fix #857

Reviewed-on: https://gitea.com/gitea/tea/pulls/858
This commit is contained in:
Lunny Xiao
2025-12-05 06:11:38 +00:00
parent 1d1d9197ee
commit 7e2e7ee809

View File

@@ -19,7 +19,7 @@ var CmdRepoRm = cli.Command{
Name: "delete",
Aliases: []string{"rm"},
Usage: "Delete an existing repository",
Description: "Removes a repository from Create a repository from an existing repo",
Description: "Removes a repository from your Gitea instance",
ArgsUsage: " ", // command does not accept arguments
Action: runRepoDelete,
Flags: append([]cli.Flag{