diff --git a/cmd/vendordeplist.go b/cmd/vendordeplist.go index 5f7a9a9..9e66c1e 100644 --- a/cmd/vendordeplist.go +++ b/cmd/vendordeplist.go @@ -11,13 +11,8 @@ import ( // vendordeplistCmd represents the vendordep list command var vendordeplistCmd = &cobra.Command{ Use: "list", - Short: "List out your vendordeps", - 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: "List out your installed vendordeps", + Long: `List out your installed vendordeps.`, Aliases: []string{ "ls" }, RunE: func(cmd *cobra.Command, args []string) error { if !inProjectDir() { return nil }