]> Cypherpunks repositories - gostls13.git/commit
flag: allow CommandLine's Usage function to be set
authorRob Pike <r@golang.org>
Fri, 26 Sep 2014 19:33:05 +0000 (12:33 -0700)
committerRob Pike <r@golang.org>
Fri, 26 Sep 2014 19:33:05 +0000 (12:33 -0700)
commitb2487ef6a399790cfe57127c3f50fc59341460e4
treea1b3eac7c60020d2b59ab9bc8db674e70212d539
parent1bf18b42f8475db2af1618d798285ed84a8dd521
flag: allow CommandLine's Usage function to be set

Fixes #7779.

LGTM=rsc
R=golang-codereviews, rsc
CC=golang-codereviews
https://golang.org/cl/147210043
src/flag/flag.go
src/flag/flag_test.go