hg-root: update wording of 'for' to 'of'

This commit is contained in:
pxgamer
2019-03-26 22:07:08 +00:00
committed by Agniva De Sarker
parent b28dfed869
commit 2ef5958a4e

View File

@@ -1,12 +1,12 @@
# hg root
> Display the root location for a Hg repository.
> Display the root location of a Hg repository.
> Homepage: <https://www.mercurial-scm.org/doc/hg.1.html#root>.
- Display the root location for the current repository:
- Display the root location of the current repository:
`hg root`
- Display the root location for the specified repository:
- Display the root location of the specified repository:
`hg root --cwd {{path/to/directory}}`