Changes on push Command entry
Changed Usage ang Description
This commit is contained in:
parent
d2f1ba130f
commit
4ed0fe289d
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Reference in a new issue