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

Fix typo
This commit is contained in:
Brian Goff 2016-08-29 10:28:10 -04:00 committed by GitHub
commit 4a62f76f9d

View file

@ -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 {