Update Example

This commit is contained in:
Arief Rahmansyah 2018-10-18 23:31:18 +08:00 committed by GitHub
parent 40172f1635
commit 524b748fd2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -458,7 +458,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.`,