Skip to content
This repository has been archived by the owner on May 3, 2022. It is now read-only.

Commit

Permalink
shorten the short help text (#279)
Browse files Browse the repository at this point in the history
fixes an issue where `duffle help` displays the full long description of
`duffle pull`.

Signed-off-by: Matthew Fisher <[email protected]>
  • Loading branch information
Matthew Fisher authored Oct 12, 2018
1 parent abf7f01 commit 36ab216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/duffle/pull.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Example:

cmd := &cobra.Command{
Use: "pull",
Short: usage,
Short: "pulls a CNAB bundle from a repository",
Long: usage,
RunE: func(cmd *cobra.Command, args []string) error {
path, err := getBundleFile(args[0])
Expand Down

0 comments on commit 36ab216

Please sign in to comment.