Skip to content

Commit cec5649

Browse files
committed
Fix typo
Signed-off-by: Cao Weiwei <cao.weiwei30@zte.com.cn>
1 parent cdcf7b7 commit cec5649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/cobra.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ func SetupRootCommand(rootCmd *cobra.Command) {
1717
rootCmd.PersistentFlags().MarkShorthandDeprecated("help", "please use --help")
1818
}
1919

20-
// FlagErrorFunc prints an error messages which matches the format of the
20+
// FlagErrorFunc prints an error message which matches the format of the
2121
// docker/docker/cli error messages
2222
func FlagErrorFunc(cmd *cobra.Command, err error) error {
2323
if err == nil {

0 commit comments

Comments
 (0)