jhult commented on code in PR #263:
URL: https://github.com/apache/skywalking-eyes/pull/263#discussion_r3037322182


##########
commands/header_fix.go:
##########
@@ -28,9 +28,9 @@ import (
 )
 
 var FixCommand = &cobra.Command{
-       Use:     "fix",
+       Use:     "fix [paths...]",
        Aliases: []string{"f"},
-       Long:    "fix command walks the specified paths recursively and fix the 
license header if the specified files don't have the license header.",
+       Long:    "fix command walks the specified paths recursively and fixes 
the license header if the specified files don't have the license header. 
Accepts files, directories, and glob patterns. If no paths are specified, fixes 
the current directory recursively as defined in the config file.",

Review Comment:
   Fixed.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to