From ed34fe12aef9a6d37a5ad94fb0ac6158dfeb23a9 Mon Sep 17 00:00:00 2001 From: Dominic Cassidy Date: Fri, 4 Mar 2022 17:08:40 +0000 Subject: [PATCH] Update desc Signed-off-by: Dominic Cassidy --- cmd/release.go | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/cmd/release.go b/cmd/release.go index d0c8e50..8a9dc12 100644 --- a/cmd/release.go +++ b/cmd/release.go @@ -16,13 +16,8 @@ import ( // releaseCmd represents the release command var releaseCmd = &cobra.Command{ Use: "release", - Short: "A brief description of your command", - Long: `A longer description that spans multiple lines and likely contains examples -and usage of using your command. For example: - -Cobra is a CLI library for Go that empowers applications. -This application is a tool to generate the needed files -to quickly create a Cobra application.`, + Short: "Tag a Release", + Long: `Select a Pivotal Tracker release to tag and accept`, Run: func(cmd *cobra.Command, args []string) { client := pivotal.NewPivotalClient(pivotalToken) projectName := cmd.Flag("project").Value.String()