mirror of https://github.com/grpc/grpc.io.git
Fix command flag bug in document (#915)
* Fix command flag bug in document Signed-off-by: Gökhan Özeloğlu <gozeloglu@gmail.com> * Update Go to v1.43.0 Closes #926 Co-authored-by: Patrice Chalin <pchalin@gmail.com>
This commit is contained in:
parent
197ea0f448
commit
91c813581e
|
|
@ -26,7 +26,7 @@ params:
|
|||
locale: en_US
|
||||
grpc_vers:
|
||||
core: v1.42.0
|
||||
go: v1.41.0
|
||||
go: v1.43.0
|
||||
java: v1.42.1
|
||||
font_awesome_version: 5.12.1
|
||||
gcs_engine_id: 788f3b1ec3a111a2f
|
||||
|
|
|
|||
|
|
@ -185,7 +185,7 @@ from the `examples/helloworld` directory:
|
|||
command-line argument:
|
||||
|
||||
```sh
|
||||
$ go run greeter_client/main.go Alice
|
||||
$ go run greeter_client/main.go --name=Alice
|
||||
```
|
||||
|
||||
You'll see the following output:
|
||||
|
|
|
|||
Loading…
Reference in New Issue