mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-25 18:55:25 +02:00
mr: fix typo
This commit is contained in:
parent
eb5661867a
commit
9f0081e0e3
1 changed files with 6 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
# mr
|
||||
|
||||
> Myrepos manages all your version control repositories at once
|
||||
> Myrepos manages all your version control repositories at once.
|
||||
|
||||
- Register repository:
|
||||
|
||||
|
@ -8,12 +8,13 @@
|
|||
|
||||
- Update repository in 5 concurent jobs:
|
||||
|
||||
`mr -j5 update`
|
||||
`mr -j{{5}} update`
|
||||
|
||||
- Prints status of my repos:
|
||||
- Prints statuses of all repos:
|
||||
|
||||
`mr status`
|
||||
|
||||
- Checkout my repos to latest version:
|
||||
- Checkout repos to latest version:
|
||||
|
||||
`mr checkout`
|
||||
|
||||
`mr checkout`
|
Loading…
Add table
Reference in a new issue