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

italian
pxgamer 2019-03-26 22:07:08 +00:00 committed by Agniva De Sarker
parent b28dfed869
commit 2ef5958a4e
1 changed files with 3 additions and 3 deletions

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}}`