# HG changeset patch # User Oleksandr Gavenko # Date 1579174374 -7200 # Node ID 03232790667181e3ab51669af0194c128448680b # Parent 7f6cf1952337ee0fe20a7eaa1ccdbae1feac3fd5 Fixed typo. diff -r 7f6cf1952337 -r 032327906671 git.rst --- a/git.rst Sun Jan 05 23:56:26 2020 +0200 +++ b/git.rst Thu Jan 16 13:32:54 2020 +0200 @@ -543,7 +543,7 @@ .. note:: - ``-S`` search occurences in diff chunks, while ``-G`` detects changes in match count. + ``-G`` search occurences in diff chunks, while ``-S`` detects changes in match count. https://git-scm.com/book/en/v2/Git-Tools-Searching Git Tools - Searching.