update Example in README.md (#769)

This commit is contained in:
Arief Rahmansyah 2018-10-18 23:31:18 +08:00 committed by umarcor
parent ba1052d4cb
commit 10db418b0a

View file

@ -459,7 +459,7 @@ Echo works a lot like print, except it has a child command.`,
} }
var cmdTimes = &cobra.Command{ var cmdTimes = &cobra.Command{
Use: "times [# times] [string to echo]", Use: "times [string to echo]",
Short: "Echo anything to the screen more times", Short: "Echo anything to the screen more times",
Long: `echo things multiple times back to the user by providing Long: `echo things multiple times back to the user by providing
a count and a string.`, a count and a string.`,