1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-03 22:15:42 +02:00

pages.nl/common/g*: update Dutch translation, gnmic-subscribe: fix pl… (#16337)

This commit is contained in:
Sebastiaan Speck 2025-05-02 22:40:22 +02:00 committed by GitHub
parent d7972f1801
commit 4b22bf6299
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 11 additions and 11 deletions

View file

@ -9,7 +9,7 @@
- Beschrijf de inhoud van een gespecificeerde GEM afbeelding:
`gemtopnm -d {{pad/naar/bestand.img}}`
`gemtopnm {{[-d|-debug]}} {{pad/naar/bestand.img}}`
- Toon de versie:

View file

@ -14,16 +14,16 @@
- Voer een Git-subcommando met een gegeven configuratieset:
`git -c '{{config.sleutel}}={{waarde}}' {{subcommando}}`
`git -c '{{config.key}}={{waarde}}' {{subcommando}}`
- Toon de algemene help:
`git --help`
`git {{[-h|--help]}}`
- Toon de help van een specifiek subcommando (zoals `commit`, `log`, enz.):
- Toon de help van een specifiek subcommando (zoals `clone`, `add`, `push`, `log`, enz.):
`git help {{subcommando}}`
- Toon de versie:
`git --version`
`git {{[-v|--version]}}`

View file

@ -5,20 +5,20 @@
- Abonneer op doel status updates onder de subtree van een specifiek pad:
`gnmic --address {{ip:poort}} subscribe --path {{pad}}`
`gnmic {{[-a|--address]}} {{ip:poort}} subscribe --path {{pad}}`
- Abonneer op een doel met een interval van 30 seconden (standaard is 10 seconden):
`gnmic -a {{ip:poort}} subscribe --path {{pad}} --sample-interval 30s`
`gnmic {{[-a|--address]}} {{ip:poort}} subscribe --path {{pad}} --sample-interval 30s`
- Abonneer op een doel met een interval en alleen op updates bij verandering:
`gnmic -a {{ip:poort}} subscribe --path {{pad}} --stream-mode on-change --heartbeat-interval 1m`
`gnmic {{[-a|--address]}} {{ip:poort}} subscribe --path {{pad}} --stream-mode on-change --heartbeat-interval {{1m}}`
- Abonneer op een doel voor alleen een update:
`gnmic -a {{ip:poort}} subscribe --path {{pad}} --mode once`
`gnmic {{[-a|--address]}} {{ip:poort}} subscribe --path {{pad}} --mode once`
- Abonneer op een doel en specificeer de response codering (json_ietf):
`gnmic -a {{ip:poort}} subscribe --path {{pad}} --encoding json_ietf`
`gnmic {{[-a|--address]}} {{ip:poort}} subscribe --path {{pad}} {{[-e|--encoding]}} json_ietf`

View file

@ -13,7 +13,7 @@
- Subscribe to a target with sample interval and updates only on change:
`gnmic {{[-a|--address]}} {{ip:port}} subscribe --path {{path}} --stream-mode on-change --heartbeat-interval 1m`
`gnmic {{[-a|--address]}} {{ip:port}} subscribe --path {{path}} --stream-mode on-change --heartbeat-interval {{1m}}`
- Subscribe to a target for only one update: