Skip to content

Commit

Permalink
rename parse_flag_test to parser_flag_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
xgfone committed Apr 23, 2019
1 parent 55fbb9d commit c5ff3c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions parse_flag_test.go → parser_flag_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ func ExamplePrintFlagUsage() {
// }
// PrintFlagUsage(fset.Output(), fset, false)

// Here only for test
fmt.Fprintf(os.Stdout, "Usage: app\n")
PrintFlagUsage(os.Stdout, fset, false)
}
Expand Down

0 comments on commit c5ff3c7

Please sign in to comment.