diff options
author | Igor Böhm <igor@9lab.org> | 2021-12-15 22:45:59 +0000 |
---|---|---|
committer | Igor Böhm <igor@9lab.org> | 2021-12-15 22:45:59 +0000 |
commit | 5d69d42ee3ac87861b7cf8767cc7755c173e6c2c (patch) | |
tree | 8f5768a9d918c5e42fb35ec64125757244464806 /sys/man/1 | |
parent | 53fb93e64ae8e28cd2c666ff7f5125eb77f6b1dd (diff) |
git(1): fix quotes in git/conf example
Diffstat (limited to 'sys/man/1')
-rw-r--r-- | sys/man/1/git | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/man/1/git b/sys/man/1/git index 8269f46e8..3db48bb1e 100644 --- a/sys/man/1/git +++ b/sys/man/1/git @@ -468,7 +468,7 @@ is a tool for querying the git configuration. The configuration key is provided as a dotted string. Spaces are accepted. For example, to find the URL of the origin repository, one might pass -.I 'remote "origin".url". +.I 'remote\ "origin".url'. When given the .I -r option, the root of the current repository is printed. |