git(1): fix quotes in git/conf example

This commit is contained in:
Igor Böhm 2021-12-15 22:45:59 +00:00
parent 53fb93e64a
commit 5d69d42ee3

View file

@ -468,7 +468,7 @@ is a tool for querying the git configuration.
The configuration key is provided as a dotted string. Spaces The configuration key is provided as a dotted string. Spaces
are accepted. For example, to find the URL of the origin are accepted. For example, to find the URL of the origin
repository, one might pass repository, one might pass
.I 'remote "origin".url". .I 'remote\ "origin".url'.
When given the When given the
.I -r .I -r
option, the root of the current repository is printed. option, the root of the current repository is printed.