]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/gc,ld: use new flag argument syntax
authorDidier Spezia <didier.06@gmail.com>
Thu, 30 Apr 2015 11:56:32 +0000 (11:56 +0000)
committerRob Pike <r@golang.org>
Fri, 1 May 2015 20:59:05 +0000 (20:59 +0000)
commit8a072ada84d552a5d1511271f36d91f4fb236908
tree6c30cb3c631a932957a0eafdd2c9ca915ffd05e8
parentdc870d5f4b77c0a2a276f8fd12510a53969c56b5
cmd/internal/gc,ld: use new flag argument syntax

The usage messages for the flags in gc and ld are using the old
flag argument syntax:
   "arg: description using arg"

Update them to the Go 1.5 flag package's syntax:
   "description using arg"

Fixes #10505

Change-Id: Ifa54ff91e1fd644cfc9a3b41e10176eac3654137
Reviewed-on: https://go-review.googlesource.com/9505
Reviewed-by: Rob Pike <r@golang.org>
src/cmd/internal/gc/lex.go
src/cmd/internal/ld/pobj.go