Skip to content

Commit

Permalink
update Example in README.md (spf13#769)
Browse files Browse the repository at this point in the history
  • Loading branch information
ariefrahmansyah authored and umarcor committed Mar 18, 2019
1 parent ba1052d commit 10db418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ Echo works a lot like print, except it has a child command.`,
}

var cmdTimes = &cobra.Command{
Use: "times [# times] [string to echo]",
Use: "times [string to echo]",
Short: "Echo anything to the screen more times",
Long: `echo things multiple times back to the user by providing
a count and a string.`,
Expand Down

0 comments on commit 10db418

Please sign in to comment.