flag.FlagSet.Output (method)

6 uses

	flag (current package)
		flag.go#L367: func (f *FlagSet) Output() io.Writer {
		flag.go#L537: 		fmt.Fprint(f.Output(), b.String(), "\n")
		flag.go#L569: 		fmt.Fprintf(f.Output(), "Usage:\n")
		flag.go#L571: 		fmt.Fprintf(f.Output(), "Usage of %s:\n", f.name)
		flag.go#L590: 	fmt.Fprintf(CommandLine.Output(), "Usage of %s:\n", os.Args[0])
		flag.go#L900: 	fmt.Fprintln(f.Output(), msg)