*: refresh Russian translation (#6850)

This commit is contained in:
Irina
2021-10-13 09:26:17 +03:00
committed by GitHub
parent 6583ef2421
commit 639b2e4e10
9 changed files with 107 additions and 66 deletions

View File

@@ -18,11 +18,11 @@
- Limit search to files of a specific type:
`ack --type={{ruby}} "{{search_pattern}}`
`ack --type={{ruby}} "{{search_pattern}}"`
- Do not search in files of a specific type:
`ack --type=no{{ruby}} "{{search_pattern}}`
`ack --type=no{{ruby}} "{{search_pattern}}"`
- Count the total number of matches found:
@@ -32,6 +32,6 @@
`ack --count --files-with-matches "{{search_pattern}}"`
- List all values that can be used with `--type`:
- List all the values that can be used with `--type`:
`ack --help-types`