pages*: convert long-short to short-long syntax (#13567)
* pages*: convert long-short to short-long syntax * git-add: fix typo
This commit is contained in:
@@ -18,20 +18,20 @@
|
||||
|
||||
- Highlight een specifieke regel of een reeks van regels met een andere achtergrondkleur:
|
||||
|
||||
`bat {{--highlight-line|-H}} {{10|5:10|:10|10:|10:+5}} {{pad/naar/bestand}}`
|
||||
`bat {{-H|--highlight-line}} {{10|5:10|:10|10:|10:+5}} {{pad/naar/bestand}}`
|
||||
|
||||
- Toon niet-printbare karakters zoals spatie, tab of witregel:
|
||||
|
||||
`bat {{--show-all|-A}} {{pad/naar/bestand}}`
|
||||
`bat {{-A|--show-all}} {{pad/naar/bestand}}`
|
||||
|
||||
- Nummer alle uitvoerregels:
|
||||
|
||||
`bat {{--number|-n}} {{pad/naar/bestand}}`
|
||||
`bat {{-n|--number}} {{pad/naar/bestand}}`
|
||||
|
||||
- Highlight de syntax van een JSON-bestand:
|
||||
|
||||
`bat {{--language|-l}} json {{pad/naar/bestand.json}}`
|
||||
`bat {{-l|--language}} json {{pad/naar/bestand.json}}`
|
||||
|
||||
- Toon alle ondersteunde talen:
|
||||
|
||||
`bat {{--list-languages|-L}}`
|
||||
`bat {{-L|--list-languages}}`
|
||||
|
@@ -17,7 +17,7 @@
|
||||
|
||||
- Volg eventuele `3xx` redirects en specificeer extra headers in een verzoek:
|
||||
|
||||
`http {{--follow|-F}} {{https://example.com}} {{'User-Agent: Mozilla/5.0' 'Accept-Encoding: gzip'}}`
|
||||
`http {{-F|--follow}} {{https://example.com}} {{'User-Agent: Mozilla/5.0' 'Accept-Encoding: gzip'}}`
|
||||
|
||||
- Authenticeer bij een server met verschillende authenticatiemethoden:
|
||||
|
||||
|
Reference in New Issue
Block a user