mirror of
https://gitea.com/gitea/tea.git
synced 2025-12-12 09:22:20 +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",
|
||||
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{
|
||||
|
||||
Reference in New Issue
Block a user