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:
parent
b28dfed869
commit
2ef5958a4e
1 changed files with 3 additions and 3 deletions
|
@ -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}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue