diff --git a/pages.nl/common/gemtopnm.md b/pages.nl/common/gemtopnm.md index 5398d0e8f8..e2e869629f 100644 --- a/pages.nl/common/gemtopnm.md +++ b/pages.nl/common/gemtopnm.md @@ -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: diff --git a/pages.nl/common/git.md b/pages.nl/common/git.md index e4f3c656c7..d82105a77a 100644 --- a/pages.nl/common/git.md +++ b/pages.nl/common/git.md @@ -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]}}` diff --git a/pages.nl/common/gnmic-subscribe.md b/pages.nl/common/gnmic-subscribe.md index 97e74537b6..02943d6add 100644 --- a/pages.nl/common/gnmic-subscribe.md +++ b/pages.nl/common/gnmic-subscribe.md @@ -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` diff --git a/pages/common/gnmic-subscribe.md b/pages/common/gnmic-subscribe.md index fecdef5470..6b7374d263 100644 --- a/pages/common/gnmic-subscribe.md +++ b/pages/common/gnmic-subscribe.md @@ -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: