diff --git a/cli/cobra.go b/cli/cobra.go index c7bb39c43d..114f1b7d66 100644 --- a/cli/cobra.go +++ b/cli/cobra.go @@ -28,7 +28,7 @@ func SetupRootCommand(rootCmd *cobra.Command) { } // FlagErrorFunc prints an error message which matches the format of the -// docker/docker/cli error messages +// docker/cli/cli error messages func FlagErrorFunc(cmd *cobra.Command, err error) error { if err == nil { return nil