What version of ripgrep are you using?
ripgrep 13.0.0
-SIMD -AVX (compiled)
+SIMD -AVX (runtime)
How did you install ripgrep?
From Github binary release.
What operating system are you using ripgrep on?
macOS v10.15.7
Describe your bug.
Typo in the manpage: In the description of the --field-match-separator option the default value is incorrectly stated as -. The correct value should be :.
What are the steps to reproduce the behavior?
Issue
and search for the above-mentioned text.
What is the actual behavior?
See above.
What is the expected behavior?
In the description of the --field-match-separator option the default value should be stated as :.
What version of ripgrep are you using?
ripgrep 13.0.0
-SIMD -AVX (compiled)
+SIMD -AVX (runtime)
How did you install ripgrep?
From Github binary release.
What operating system are you using ripgrep on?
macOS v10.15.7
Describe your bug.
Typo in the manpage: In the description of the
--field-match-separatoroption the default value is incorrectly stated as-. The correct value should be:.What are the steps to reproduce the behavior?
Issue
and search for the above-mentioned text.
What is the actual behavior?
See above.
What is the expected behavior?
In the description of the
--field-match-separatoroption the default value should be stated as:.