Changes on push Command entry

Changed Usage ang Description
This commit is contained in:
netbenix 2021-10-30 16:58:52 +02:00
parent d2f1ba130f
commit 4ed0fe289d

View file

@ -28,8 +28,8 @@ func main(){
Commands: []*cli.Command{
{
Name: "push",
Usage: "push package",
Description: "Pushes a package",
Usage: "Push a package",
Description: "Pushes a package to the default registry server, or to a user-defined registry server.",
HelpName: "push",
Action: func(c *cli.Context) error {
//Do Stuff