mirror of
https://github.com/protocolbuffers/protobuf-go.git
synced 2025-02-14 15:40:24 +00:00
Minor changes: * Use spaces instead of tabs in help printout since each system may have a different tab width. * Reduce repetition for field flags. * Print to stdout instead of stderr for flag usages as is customary for most other Unix command line tools. Change-Id: I4544dbf46ee150d552a8fdfe72683d0a1aa7f0ba Reviewed-on: https://go-review.googlesource.com/133755 Reviewed-by: Herbie Ong <herbie@google.com>