*: refresh Russian translation (#6850)
This commit is contained in:
@@ -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`
|
||||
|
Reference in New Issue
Block a user