1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-01 14:15:33 +02:00

gnmic-get, silicon: fix typo (#10165)

This commit is contained in:
Sylvestre Ledru 2023-05-09 12:13:37 +02:00 committed by GitHub
parent 45cc18839d
commit 8f9529558d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -15,6 +15,6 @@
`gnmic -a {{ip:port}} get --prefix {{prefix}} --path {{path1}} --path {{path2}}` `gnmic -a {{ip:port}} get --prefix {{prefix}} --path {{path1}} --path {{path2}}`
- Query the device state and specify reponse encoding (json_ietf): - Query the device state and specify response encoding (json_ietf):
`gnmic -a {{ip:port}} get --path {{path}} --encoding json_ietf` `gnmic -a {{ip:port}} get --path {{path}} --encoding json_ietf`

View file

@ -7,7 +7,7 @@
`silicon {{path/to/source_file}} --output {{path/to/output_image}}` `silicon {{path/to/source_file}} --output {{path/to/output_image}}`
- Generate an image from a source file with a specific programing language syntax highlighting (e.g. `rust`, `py`, `js`, etc.): - Generate an image from a source file with a specific programming language syntax highlighting (e.g. `rust`, `py`, `js`, etc.):
`silicon {{path/to/source_file}} --output {{path/to/output_image}} --language {{language|extension}}` `silicon {{path/to/source_file}} --output {{path/to/output_image}} --language {{language|extension}}`