mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-10 11:29:59 +03:00
bundle, mocp: fix typo (#5748)
This commit is contained in:
parent
16e4ed5c89
commit
d84f31d7db
@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
- Update one or more specific gem(s) defined in the `Gemfile`:
|
- Update one or more specific gem(s) defined in the `Gemfile`:
|
||||||
|
|
||||||
`bundle update {{gemname}} {{gemname}}`
|
`bundle update {{gem_name}} {{gem_name}}`
|
||||||
|
|
||||||
- Update one or more specific gems(s) defined in the `Gemfile` but only to the next patch version:
|
- Update one or more specific gems(s) defined in the `Gemfile` but only to the next patch version:
|
||||||
|
|
||||||
`bundle update --patch {{gemname}} {{gemname}}`
|
`bundle update --patch {{gem_name}} {{gem_name}}`
|
||||||
|
|
||||||
- Update update all gems within the given group in the `Gemfile`:
|
- Update all gems within the given group in the `Gemfile`:
|
||||||
|
|
||||||
`bundle update --group {{development}}`
|
`bundle update --group {{development}}`
|
||||||
|
|
||||||
@ -33,4 +33,4 @@
|
|||||||
|
|
||||||
- Create a new gem skeleton:
|
- Create a new gem skeleton:
|
||||||
|
|
||||||
`bundle gem {{gemname}}`
|
`bundle gem {{gem_name}}`
|
||||||
|
@ -31,6 +31,6 @@
|
|||||||
|
|
||||||
`mocp --{{play|stop}}`
|
`mocp --{{play|stop}}`
|
||||||
|
|
||||||
- Stop the MOC server while it is in the backgroud:
|
- Stop the MOC server while it's in the backgroud:
|
||||||
|
|
||||||
`mocp --exit`
|
`mocp --exit`
|
||||||
|
Loading…
Reference in New Issue
Block a user