1
0
Fork 0
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:
Marek Chowaniok 2017-12-12 10:45:33 +01:00
parent eb5661867a
commit 9f0081e0e3

View file

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