mirror of
https://gitea.com/gitea/tea.git
synced 2026-09-10 07:26:33 -04:00
typo
This commit is contained in:
parent
303911d10f
commit
4f714bf67a
|
|
@ -59,8 +59,8 @@ func runReleases(ctx *cli.Context) error {
|
|||
|
||||
var CmdReleaseCreate = cli.Command{
|
||||
Name: "create",
|
||||
Usage: "Create a release on repository",
|
||||
Description: `Create a release on repository`,
|
||||
Usage: "Create a release in repository",
|
||||
Description: `Create a release in repository`,
|
||||
Action: runReleaseCreate,
|
||||
Flags: []cli.Flag{
|
||||
cli.StringFlag{
|
||||
|
|
|
|||
Loading…
Reference in a new issue