]> Cypherpunks repositories - gostls13.git/commit
flag: removed the colon after "Usage" in the documentation
authorhellozee <hellozee@disroot.org>
Thu, 7 Jun 2018 05:14:23 +0000 (05:14 +0000)
committerRob Pike <r@golang.org>
Thu, 7 Jun 2018 07:00:46 +0000 (07:00 +0000)
commite5f0c1f6c9dc382bdc6a0ec1a0d5e1fc6f833485
treedb1702b540b787ead23ea20679d2fe663683829d
parent33f1768381f0070d5ea8062a36f366d8a3142d96
flag: removed the colon after "Usage" in the documentation

Removing the colon will make the "Usage" and "Command line flag syntax" in the docs, a header when interpreted by godoc.

Fixes #25749

Change-Id: Ifc5572e171db1aaef9775b1d6c86091a8f2528fd
GitHub-Last-Rev: 1b579734308cbcb96f17d945b9c7af70e259cb5b
GitHub-Pull-Request: golang/go#25750
Reviewed-on: https://go-review.googlesource.com/116555
Reviewed-by: Rob Pike <r@golang.org>
src/flag/flag.go