mirror of
https://gitea.com/gitea/tea.git
synced 2025-12-12 17:32:09 +01:00
Fix delete repo description (#858)
Fix #857 Reviewed-on: https://gitea.com/gitea/tea/pulls/858
This commit is contained in:
@@ -19,7 +19,7 @@ var CmdRepoRm = cli.Command{
|
|||||||
Name: "delete",
|
Name: "delete",
|
||||||
Aliases: []string{"rm"},
|
Aliases: []string{"rm"},
|
||||||
Usage: "Delete an existing repository",
|
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
|
ArgsUsage: " ", // command does not accept arguments
|
||||||
Action: runRepoDelete,
|
Action: runRepoDelete,
|
||||||
Flags: append([]cli.Flag{
|
Flags: append([]cli.Flag{
|
||||||
|
|||||||
Reference in New Issue
Block a user