mirror of
https://github.com/fullstorydev/grpcurl.git
synced 2026-06-25 12:21:12 +03:00
improve flag doc with go 1.10+ (#56)
This commit is contained in:
+2
-2
@@ -5,8 +5,8 @@ package main
|
||||
import "flag"
|
||||
|
||||
var (
|
||||
unix = flag.Bool("unix", false,
|
||||
`Indicates that the server address is the path to a Unix domain socket.`)
|
||||
unix = flag.Bool("unix", false, prettify(`
|
||||
Indicates that the server address is the path to a Unix domain socket.`))
|
||||
)
|
||||
|
||||
func init() {
|
||||
|
||||
Reference in New Issue
Block a user