From 4ed0fe289dc9dba8cb5dc6b8d24d1f37b240eb0d Mon Sep 17 00:00:00 2001 From: netbenix Date: Sat, 30 Oct 2021 16:58:52 +0200 Subject: [PATCH] Changes on push Command entry Changed Usage ang Description --- lpm-cli.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lpm-cli.go b/lpm-cli.go index 9b3b08b..da11319 100644 --- a/lpm-cli.go +++ b/lpm-cli.go @@ -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