Skip to content

Commit cf83b78

Browse files
beonoteepark
authored andcommitted
Fixed comments for Usage() function (kelseyhightower#118)
1 parent 32bf118 commit cf83b78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

usage.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ func toTypeDescription(t reflect.Type) string {
106106
return fmt.Sprintf("%+v", t)
107107
}
108108

109-
// Usage writes usage information to stderr using the default header and table format
109+
// Usage writes usage information to stdout using the default header and table format
110110
func Usage(prefix string, spec interface{}) error {
111111
// The default is to output the usage information as a table
112112
// Create tabwriter instance to support table output

0 commit comments

Comments
 (0)