Skip to content

Commit 3d90afb

Browse files
committed
Modify a comment
1 parent 1a21831 commit 3d90afb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/arg_parser.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ func canOpt(arg string) bool {
1010
return strings.HasPrefix(arg, "-")
1111
}
1212

13-
// ParseArgs split arguments into options and files
13+
// ParseArgs split arguments into options and file paths
1414
func ParseArgs(args []string) (opts, files []string) {
1515
foundOpt := false
1616

0 commit comments

Comments
 (0)