]> Cypherpunks repositories - gostls13.git/commit
flag: fix format error in boolean error report. just use %q; the values are strings.
authorRob Pike <r@golang.org>
Mon, 6 Dec 2010 19:23:52 +0000 (14:23 -0500)
committerRob Pike <r@golang.org>
Mon, 6 Dec 2010 19:23:52 +0000 (14:23 -0500)
commite26f9b3420f0d54ed38c07039c898b099ae8db80
treee3fbd2a583eb5c8adfbf140535479046a0a9fbd9
parent730e39cd134ba13d1df4a5c0645d6a083fb540bc
flag: fix format error in boolean error report. just use %q; the values are strings.

R=rsc
CC=golang-dev
https://golang.org/cl/3418043
src/pkg/flag/flag.go