flag.FlagSet.Output (method)

7 uses

	flag (current package)
		flag.go#L367: func (f *FlagSet) Output() io.Writer {
		flag.go#L535: 		fmt.Fprint(f.Output(), s, "\n")
		flag.go#L567: 		fmt.Fprintf(f.Output(), "Usage:\n")
		flag.go#L569: 		fmt.Fprintf(f.Output(), "Usage of %s:\n", f.name)
		flag.go#L588: 	fmt.Fprintf(CommandLine.Output(), "Usage of %s:\n", os.Args[0])
		flag.go#L870: 		fmt.Fprintln(f.Output(), msg)
		flag.go#L893: 	fmt.Fprintln(f.Output(), err)