From 10db418b0a424efccae81714aa1d8dd2267b766f Mon Sep 17 00:00:00 2001 From: Arief Rahmansyah Date: Thu, 18 Oct 2018 23:31:18 +0800 Subject: [PATCH] update Example in README.md (#769) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e73ffee..4316cb0f 100644 --- a/README.md +++ b/README.md @@ -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.`,