Skip to content

Commit ddb4e2e

Browse files
authored
Clarify -unexported flag. (#402)
Fixes #251
1 parent 8e91241 commit ddb4e2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ var (
3939
encode = flag.Bool("io", true, "create Encode and Decode methods")
4040
marshal = flag.Bool("marshal", true, "create Marshal and Unmarshal methods")
4141
tests = flag.Bool("tests", true, "create tests and benchmarks")
42-
unexported = flag.Bool("unexported", false, "also process unexported types")
42+
unexported = flag.Bool("unexported", false, "also process unexported types and fields")
4343
verbose = flag.Bool("v", false, "verbose diagnostics")
4444
directives = stringArrFlags{}
4545
)

0 commit comments

Comments
 (0)