Skip to content

Commit

Permalink
fix(cmd): correct comment
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
  • Loading branch information
leogr authored and poiana committed Nov 7, 2020
1 parent e0e925e commit 7269997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
"github.com/spf13/cobra"
)

// NewRun instantiates the list subcommand.
// NewList instantiates the list subcommand.
func NewList() *cobra.Command {
c := &cobra.Command{
Use: "list [regexp]",
Expand Down

0 comments on commit 7269997

Please sign in to comment.