pages.nl: use " " instead of "=" to separate the options from their arguments, cut: fix example (#12690)
This commit is contained in:
@@ -18,11 +18,11 @@
|
||||
|
||||
- Beperk het zoeken tot bestanden van een specifiek type:
|
||||
|
||||
`ack --type={{ruby}} "{{zoekpatroon}}"`
|
||||
`ack --type {{ruby}} "{{zoekpatroon}}"`
|
||||
|
||||
- Zoek niet in bestanden van een specifiek type:
|
||||
|
||||
`ack --type=no{{ruby}} "{{zoekpatroon}}"`
|
||||
`ack --type no{{ruby}} "{{zoekpatroon}}"`
|
||||
|
||||
- Tel het totaal aantal gevonden matches:
|
||||
|
||||
|
Reference in New Issue
Block a user