mirror of https://github.com/grpc/grpc-java.git
Minor - add missing instruction (#11131)
The "list" instruction was missing, so the command didn't work properly
This commit is contained in:
parent
df01271687
commit
c31dbf48ad
|
|
@ -45,7 +45,7 @@ Output
|
|||
|
||||
### List all the methods of a service
|
||||
```
|
||||
$ grpcurl -plaintext localhost:50051 helloworld.Greeter
|
||||
$ grpcurl -plaintext localhost:50051 list helloworld.Greeter
|
||||
```
|
||||
Output
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in New Issue