Skip to content

Commit

Permalink
remove usePretty flag since it is already in utils.go
Browse files Browse the repository at this point in the history
  • Loading branch information
larryleguo committed Oct 2, 2017
1 parent b2bf1ce commit 2cf9aa1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gnmi_capabilities/gnmi_capabilities.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ var (
targetAddr = flag.String("target_addr", "localhost:10161", "The target address in the format of host:port")
targetName = flag.String("target_name", "hostname.com", "The target name use to verify the hostname returned by TLS handshake")
timeOut = flag.Duration("time_out", 10*time.Second, "Timeout for the Get request, 10 seconds by default")
usePretty = flag.Bool("pretty", false, "Shows PROTOs using Pretty package instead of PROTO Text Marshal")
)

func main() {
Expand Down

0 comments on commit 2cf9aa1

Please sign in to comment.