mirror of
https://github.com/fullstorydev/grpcurl.git
synced 2026-06-24 11:51:11 +03:00
use custom flagset (#85)
This commit is contained in:
+1
-3
@@ -2,10 +2,8 @@
|
||||
|
||||
package main
|
||||
|
||||
import "flag"
|
||||
|
||||
var (
|
||||
unix = flag.Bool("unix", false, prettify(`
|
||||
unix = flags.Bool("unix", false, prettify(`
|
||||
Indicates that the server address is the path to a Unix domain socket.`))
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user