We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdcf7b7 commit cec5649Copy full SHA for cec5649
cli/cobra.go
@@ -17,7 +17,7 @@ func SetupRootCommand(rootCmd *cobra.Command) {
17
rootCmd.PersistentFlags().MarkShorthandDeprecated("help", "please use --help")
18
}
19
20
-// FlagErrorFunc prints an error messages which matches the format of the
+// FlagErrorFunc prints an error message which matches the format of the
21
// docker/docker/cli error messages
22
func FlagErrorFunc(cmd *cobra.Command, err error) error {
23
if err == nil {
0 commit comments