mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-23 16:15:33 +02:00
mr: fix typo
This commit is contained in:
parent
288bba01df
commit
1bd6f2c75f
1 changed files with 4 additions and 4 deletions
|
@ -2,18 +2,18 @@
|
|||
|
||||
> Myrepos manages all your version control repositories at once.
|
||||
|
||||
- Register repository:
|
||||
- Register a repository:
|
||||
|
||||
`mr register`
|
||||
|
||||
- Update repository in 5 concurent jobs:
|
||||
- Update repositories in 5 concurent jobs:
|
||||
|
||||
`mr -j{{5}} update`
|
||||
|
||||
- Print statuses of all repos:
|
||||
- Print the status of all repositories:
|
||||
|
||||
`mr status`
|
||||
|
||||
- Checkout repos to latest version:
|
||||
- Checkout all repositories to the latest version:
|
||||
|
||||
`mr checkout`
|
||||
|
|
Loading…
Add table
Reference in a new issue