Kaynağa Gözat

Merge pull request #26086 from icaoweiwei/patch-2016-08-28-3

Fix typo
Brian Goff 9 yıl önce
ebeveyn
işleme
4a62f76f9d
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      cli/cobra.go

+ 1 - 1
cli/cobra.go

@@ -17,7 +17,7 @@ func SetupRootCommand(rootCmd *cobra.Command) {
 	rootCmd.PersistentFlags().MarkShorthandDeprecated("help", "please use --help")
 }
 
-// FlagErrorFunc prints an error messages which matches the format of the
+// FlagErrorFunc prints an error message which matches the format of the
 // docker/docker/cli error messages
 func FlagErrorFunc(cmd *cobra.Command, err error) error {
 	if err == nil {