pages*: use " " instead of "=" to separate the options from their arguments, aria2c: fix example (#12726)

This commit is contained in:
Sebastiaan Speck
2024-05-05 13:24:48 +02:00
committed by GitHub
parent 2ecc25e812
commit e06b054c72
38 changed files with 85 additions and 85 deletions

View File

@@ -18,11 +18,11 @@
- Ограничить поиск только файлами определённого типа:
`ack --type={{ruby}} "{{шаблон_поиска}}"`
`ack --type {{ruby}} "{{шаблон_поиска}}"`
- Не искать в файлах определённого типа:
`ack --type=no{{ruby}} "{{шаблон_поиска}}"`
`ack --type no{{ruby}} "{{шаблон_поиска}}"`
- Подсчитать общее количество найденных совпадений: