We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32bf118 commit cf83b78Copy full SHA for cf83b78
usage.go
@@ -106,7 +106,7 @@ func toTypeDescription(t reflect.Type) string {
106
return fmt.Sprintf("%+v", t)
107
}
108
109
-// Usage writes usage information to stderr using the default header and table format
+// Usage writes usage information to stdout using the default header and table format
110
func Usage(prefix string, spec interface{}) error {
111
// The default is to output the usage information as a table
112
// Create tabwriter instance to support table output
0 commit comments