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

Commit

Permalink
Consistent voice in short usage doc strings
Browse files Browse the repository at this point in the history
  • Loading branch information
itowlson authored and glyn committed Aug 6, 2019
1 parent 40551e7 commit f39268b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/duffle/bundle_actions.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"github.com/spf13/cobra"
)

const bundleActionsDesc = ` Lists all actions available in a bundle`
const bundleActionsDesc = `list all actions available in a bundle`

type bundleActionsCmd struct {
out io.Writer
Expand Down
2 changes: 1 addition & 1 deletion cmd/duffle/bundle_list.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func newBundleListCmd(w io.Writer) *cobra.Command {
cmd := &cobra.Command{
Use: "list",
Aliases: []string{"ls"},
Short: "lists bundles pulled or built and stored locally",
Short: "list bundles pulled or built and stored locally",
RunE: func(cmd *cobra.Command, args []string) error {
home := home.Home(homePath())
references, err := searchLocal(home)
Expand Down

0 comments on commit f39268b

Please sign in to comment.