1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-06 13:26:05 +02:00

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